arm64: dts: rockchip: Enable Goodix GT1X touch for rv1126b evb1

Change-Id: I8d9ca82b48bdc2ed9ce082e32bc26f467c60c0a4
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2025-03-24 16:10:16 +08:00
committed by Tao Huang
parent 4c1f82a619
commit 476e684da6

View File

@@ -297,6 +297,22 @@
};
};
&i2c4 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c4m3_pins>;
gt1x: gt1x@14 {
compatible = "goodix,gt1x";
reg = <0x14>;
pinctrl-names = "default";
pinctrl-0 = <&touch_gpio>;
power-supply = <&vcc_mipi>;
goodix,rst-gpio = <&gpio7 RK_PA7 GPIO_ACTIVE_HIGH>;
goodix,irq-gpio = <&gpio7 RK_PA6 IRQ_TYPE_LEVEL_LOW>;
};
};
&mdio {
rmii_phy: ethernet-phy@2 {
compatible = "ethernet-phy-id0680.8101", "ethernet-phy-ieee802.3-c22";
@@ -338,6 +354,14 @@
};
};
touch {
touch_gpio: touch-gpio {
rockchip,pins =
<7 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>,
<7 RK_PA7 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
usb {
typec5v_pwren: typec5v-pwren {
rockchip,pins = <5 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>;