Lines Matching +full:touchscreen +full:- +full:swapped +full:- +full:x +full:- +full:y
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/melfas,mms114.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Melfas MMS114 family touchscreen controller
10 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: touchscreen.yaml#
17 pattern: "^touchscreen(@.*)?$"
21 - enum:
22 - melfas,mms114
23 - melfas,mms134s
24 - melfas,mms136
25 - melfas,mms152
26 - melfas,mms345l
27 - items:
28 - enum:
29 - melfas,mms252
30 - const: melfas,mms114
35 clock-frequency:
43 avdd-supply:
46 vdd-supply:
49 touchscreen-size-x: true
50 touchscreen-size-y: true
51 touchscreen-fuzz-x: true
52 touchscreen-fuzz-y: true
53 touchscreen-fuzz-pressure: true
54 touchscreen-inverted-x: true
55 touchscreen-inverted-y: true
56 touchscreen-swapped-x-y: true
57 touchscreen-max-pressure: true
67 - compatible
68 - reg
69 - interrupts
70 - touchscreen-size-x
71 - touchscreen-size-y
74 - |
75 #include <dt-bindings/interrupt-controller/irq.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
79 touchscreen@48 {
82 interrupt-parent = <&gpio>;
84 avdd-supply = <&ldo1_reg>;
85 vdd-supply = <&ldo2_reg>;
86 touchscreen-size-x = <720>;
87 touchscreen-size-y = <1280>;
88 touchscreen-fuzz-x = <10>;
89 touchscreen-fuzz-y = <10>;
90 touchscreen-fuzz-pressure = <10>;
91 touchscreen-inverted-x;
92 touchscreen-inverted-y;