Lines Matching +full:touchscreen +full:- +full:inverted +full:- +full:y
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/eeti,exc3000.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: EETI EXC3000 series touchscreen controller
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
13 - $ref: touchscreen.yaml#
18 - eeti,exc3000
19 - eeti,exc80h60
20 - eeti,exc80h84
25 reset-gpios:
27 touchscreen-size-x: true
28 touchscreen-size-y: true
29 touchscreen-inverted-x: true
30 touchscreen-inverted-y: true
31 touchscreen-swapped-x-y: true
34 - compatible
35 - reg
36 - interrupts
37 - touchscreen-size-x
38 - touchscreen-size-y
43 - |
44 #include "dt-bindings/interrupt-controller/irq.h"
46 #address-cells = <1>;
47 #size-cells = <0>;
48 touchscreen@2a {
51 interrupt-parent = <&gpio1>;
53 touchscreen-size-x = <4096>;
54 touchscreen-size-y = <4096>;
55 touchscreen-inverted-x;
56 touchscreen-swapped-x-y;