1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/input/touchscreen/himax,hx83112b.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Himax hx83112b touchscreen controller
10 - Job Noorman <job@noorman.info>
13 - $ref: touchscreen.yaml#
30 touchscreen-inverted-x: true
31 touchscreen-inverted-y: true
32 touchscreen-size-x: true
33 touchscreen-size-y: true
34 touchscreen-swapped-x-y: true
36 additionalProperties: false
48 #include <dt-bindings/interrupt-controller/irq.h>
49 #include <dt-bindings/gpio/gpio.h>
54 compatible = "himax,hx83112b";
56 interrupt-parent = <&tlmm>;
57 interrupts = <65 IRQ_TYPE_LEVEL_LOW>;
58 touchscreen-size-x = <1080>;
59 touchscreen-size-y = <2160>;
60 reset-gpios = <&tlmm 64 GPIO_ACTIVE_LOW>;