Skip to content

Commit 72bb087

Browse files
committed
boards: sifli: sf32lb52_devkit_lcd: enable ft6146 touch controller
Enable ft6146 touch controller on sf32lb52_devkit_lcd board Signed-off-by: Qingsong Gou <gouqs@hotmail.com>
1 parent 3cf7b20 commit 72bb087

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,11 @@
148148
pinctrl-0 = <&i2c1_default>;
149149
pinctrl-names = "default";
150150
clock-frequency = <I2C_BITRATE_FAST>;
151+
152+
ft6146: ft6146@38 {
153+
compatible = "focaltech,ft6146";
154+
reg = <0x38>;
155+
int-gpios = <&gpioa_00_31 31 GPIO_ACTIVE_LOW>;
156+
reset-gpios = <&gpioa_00_31 9 GPIO_ACTIVE_LOW>;
157+
};
151158
};

0 commit comments

Comments
 (0)