Lines Matching +full:range +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 Glass: 0.3mm--4.0mm
12 PET/PMMA: 0.2mm--2.0mm
13 HY4613(B)-N048 < 6"
14 HY4614(B)-N068 7" .. 10.1"
15 HY4621-NS32 < 5"
16 HY4623-NS48 5.1" .. 7"
17 Glass: 0.3mm--8.0mm
18 PET/PMMA: 0.2mm--4.0mm
19 HY4633(B)-N048 < 6"
20 HY4635(B)-N048 < 7" .. 10.1"
23 - Giulio Benetti <giulio.benetti@benettiengineering.com>
26 - $ref: touchscreen.yaml#
31 - hycon,hy4613
32 - hycon,hy4614
33 - hycon,hy4621
34 - hycon,hy4623
35 - hycon,hy4633
36 - hycon,hy4635
44 reset-gpios:
47 vcc-supply: true
50 description: Allows setting the sensitivity in the range from 0 to 255.
55 hycon,glove-enable:
59 hycon,report-speed-hz:
64 hycon,noise-filter-enable:
68 hycon,filter-data:
70 in the range from 0 to 5.
76 description: Allows setting the sensitivity distance in the range from 0 to 5.
81 hycon,edge-offset:
82 description: Allows setting the edge compensation in the range from 0 to 16.
87 touchscreen-size-x: true
88 touchscreen-size-y: true
89 touchscreen-fuzz-x: true
90 touchscreen-fuzz-y: true
91 touchscreen-inverted-x: true
92 touchscreen-inverted-y: true
93 touchscreen-swapped-x-y: true
94 interrupt-controller: true
99 - compatible
100 - reg
101 - interrupts
104 - |
105 #include <dt-bindings/gpio/gpio.h>
106 #include <dt-bindings/interrupt-controller/arm-gic.h>
108 #address-cells = <1>;
109 #size-cells = <0>;
113 interrupt-parent = <&gpio2>;
115 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;