1 Device tree bindings for Goodix GT9xx series touchscreen controller
5 - compatible : Should be "goodix,gt911"
12 - reg : I2C address of the chip. Should be 0x5d or 0x14
13 - interrupt-parent : Interrupt controller to which the chip is connected
14 - interrupts : Interrupt to which the chip is connected
18 - irq-gpios : GPIO pin used for IRQ. The driver uses the
19 interrupt gpio pin as output to reset the device.
20 - reset-gpios : GPIO pin used for reset
22 - touchscreen-inverted-x : X axis is inverted (boolean)
23 - touchscreen-inverted-y : Y axis is inverted (boolean)
24 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
25 (swapping is done after inverting the axis)
33 compatible = "goodix,gt928";
35 interrupt-parent = <&gpio>;
38 irq-gpios = <&gpio1 0 0>;
39 reset-gpios = <&gpio1 1 0>;