1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/input/touchscreen/goodix.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Goodix GT9xx series touchscreen controller Bindings
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
13 - $ref: touchscreen.yaml#
36 description: GPIO pin used for IRQ.
37 The driver uses the interrupt gpio pin as
38 output to reset the device.
45 description: Analog power supply regulator on AVDD28 pin
48 description: GPIO power supply regulator on VDDIO pin
50 touchscreen-inverted-x: true
51 touchscreen-inverted-y: true
52 touchscreen-size-x: true
53 touchscreen-size-y: true
54 touchscreen-swapped-x-y: true
56 additionalProperties: false
69 compatible = "goodix,gt928";
71 interrupt-parent = <&gpio>;
73 irq-gpios = <&gpio1 0 0>;
74 reset-gpios = <&gpio1 1 0>;