arm64: dts: rockchip: rk3308-evb-audio-v10-display-rgb: add gt911 support

Change-Id: I16764d76cd60c3d735cbc243ef7c5e42c6c159dd
Signed-off-by: Huang zhibao <hzb@rock-chips.com>
This commit is contained in:
Huang zhibao
2023-12-16 10:38:39 +08:00
parent 9c85271688
commit 6ee328c3d6

View File

@@ -107,6 +107,21 @@
status = "okay";
};
&i2c0 {
status = "okay";
gt9xx: gt9xx@14 {
compatible = "goodix,gt9xx";
reg = <0x14>;
pinctrl-names = "default";
pinctrl-0 = <&tp_int>;
touch-gpio = <&gpio0 RK_PA6 IRQ_TYPE_LEVEL_HIGH>;
reset-gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
max-x = <1024>;
max-y = <600>;
tp-size = <9110>;
};
};
&pwm1 {
status = "okay";
};
@@ -137,3 +152,11 @@
&vop {
status = "okay";
};
&pinctrl {
tp {
tp_int: tp-int {
rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
};