1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/input/touchscreen/novatek,nvt-ts.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Novatek NVT Touchscreen Controller
10 - Hans de Goede <hdegoede@redhat.com>
13 - $ref: touchscreen.yaml#
38 unevaluatedProperties: false
42 #include <dt-bindings/gpio/gpio.h>
43 #include <dt-bindings/interrupt-controller/arm-gic.h>
48 compatible = "novatek,nt36672a-ts";
50 interrupts-extended = <&tlmm 31 IRQ_TYPE_EDGE_RISING>;
51 reset-gpios = <&tlmm 32 GPIO_ACTIVE_LOW>;
52 vcc-supply = <&vreg_l22a_2p85>;
53 iovcc-supply = <&vreg_l14a_1p8>;
54 pinctrl-0 = <&ts_int_default &ts_reset_default>;
55 pinctrl-1 = <&ts_int_sleep &ts_reset_sleep>;
56 pinctrl-names = "default", "sleep";
57 touchscreen-size-x = <1080>;
58 touchscreen-size-y = <2246>;