Lines Matching +full:touchscreen +full:- +full:inverted +full:- +full:x
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 vdd-supply:
29 touchscreen-size-x: true
30 touchscreen-size-y: true
31 touchscreen-inverted-x: true
32 touchscreen-inverted-y: true
33 touchscreen-swapped-x-y: true
36 - compatible
37 - reg
38 - interrupts
39 - touchscreen-size-x
40 - touchscreen-size-y
45 - |
46 #include "dt-bindings/interrupt-controller/irq.h"
48 #address-cells = <1>;
49 #size-cells = <0>;
50 touchscreen@2a {
53 interrupt-parent = <&gpio1>;
55 touchscreen-size-x = <4096>;
56 touchscreen-size-y = <4096>;
57 touchscreen-inverted-x;
58 touchscreen-swapped-x-y;