Lines Matching +full:on +full:- +full:axis

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexander Stein <alexander.stein@ew.tq-group.com>
11 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
12 - Marek Vasut <marex@denx.de>
21 - ti,ads7843
22 - ti,ads7845
23 - ti,ads7846
24 - ti,ads7873
25 - ti,tsc2046
30 pendown-gpio:
35 vcc-supply:
39 wakeup-source: true
41 ti,debounce-max:
47 ti,debounce-rep:
52 ti,debounce-tol:
57 ti,hsync-gpios:
62 ti,keep-vref-on:
65 Set to keep Vref on for differential measurements as well.
67 ti,pendown-gpio-debounce:
70 Platform specific debounce time for the pendown-gpio.
72 ti,penirq-recheck-delay-usecs:
75 If set to non-zero, after samples are taken this delay is applied and
79 ti,pressure-max:
85 ti,pressure-min:
91 ti,settle-delay-usec:
95 capacitance on the X/Y drivers. If set to non-zero, two samples are
99 ti,swap-xy:
103 Swap x and y axis.
105 ti,vref-delay-usecs:
110 ti,vref-mv:
116 ti,x-plate-ohms:
119 Resistance of the X-plate, in Ohms.
121 ti,x-max:
125 Maximum value on the X axis.
127 ti,x-min:
131 Minimum value on the X axis.
133 ti,y-plate-ohms:
136 Resistance of the Y-plate, in Ohms.
138 ti,y-max:
142 Maximum value on the Y axis.
144 ti,y-min:
148 Minimum value on the Y axis.
151 - compatible
152 - reg
155 - $ref: touchscreen.yaml#
156 - $ref: /schemas/spi/spi-peripheral-props.yaml#
161 - |
163 #address-cells = <1>;
164 #size-cells = <0>;
169 interrupt-parent = <&gpio1>;
171 pendown-gpio = <&gpio1 8 0>;
172 spi-max-frequency = <1000000>;
173 vcc-supply = <&reg_vcc3>;
174 wakeup-source;
176 ti,pressure-max = /bits/ 16 <255>;
177 ti,x-max = /bits/ 16 <8000>;
178 ti,x-min = /bits/ 16 <0>;
179 ti,x-plate-ohms = /bits/ 16 <40>;
180 ti,y-max = /bits/ 16 <4800>;
181 ti,y-min = /bits/ 16 <0>;