1 Device tree bindings for Goodix GT9xx series touchscreen controller
5 - compatible : Should be "goodix,gt1151"
15 - reg : I2C address of the chip. Should be 0x5d or 0x14
16 - interrupts : Interrupt to which the chip is connected
20 - irq-gpios : GPIO pin used for IRQ. The driver uses the
21 interrupt gpio pin as output to reset the device.
22 - reset-gpios : GPIO pin used for reset
23 - AVDD28-supply : Analog power supply regulator on AVDD28 pin
24 - VDDIO-supply : GPIO power supply regulator on VDDIO pin
25 - touchscreen-inverted-x
26 - touchscreen-inverted-y
29 - touchscreen-swapped-x-y
31 The touchscreen-* properties are documented in touchscreen.txt in this
40 compatible = "goodix,gt928";
42 interrupt-parent = <&gpio>;
45 irq-gpios = <&gpio1 0 0>;
46 reset-gpios = <&gpio1 1 0>;