ARM: dts: rockchip: rk3288-evb add touchscreen node

Change-Id: If5c3f43d3fca7a0eaf3a772dd85b2ca471a01c1b
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2020-02-25 14:41:49 +08:00
committed by Tao Huang
parent 2d57d60e72
commit 833c00e7b6

View File

@@ -231,6 +231,21 @@
status = "okay";
};
&i2c4 {
status = "okay";
clock-frequency = <400000>;
gsl3673@40 {
compatible = "GSL,GSL3673";
reg = <0x40>;
screen_max_x = <1536>;
screen_max_y = <2048>;
irq_gpio_number = <&gpio7 6 IRQ_TYPE_LEVEL_LOW>;
rst_gpio_number = <&gpio7 5 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};
&i2c5 {
status = "okay";
};