Lines Matching +full:proxraw +full:- +full:strength
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Gwendal Grignou <gwendal@chromium.org>
11 - Daniel Campello <campello@chromium.org>
29 vdd-supply:
32 svdd-supply:
35 "#io-channel-cells":
38 semtech,ph0-pin:
39 $ref: /schemas/types.yaml#/definitions/uint32-array
43 Each of the 3 pins have the following value -
54 semtech,ph1-pin:
55 $ref: /schemas/types.yaml#/definitions/uint32-array
56 description: Same as ph0-pin for phase 1.
62 semtech,ph2-pin:
63 $ref: /schemas/types.yaml#/definitions/uint32-array
64 description: Same as ph0-pin for phase 2.
70 semtech,ph3-pin:
71 $ref: /schemas/types.yaml#/definitions/uint32-array
72 description: Same as ph0-pin for phase 3.
79 semtech,ph01-resolution:
87 semtech,ph23-resolution:
94 semtech,startup-sensor:
99 Phase used for start-up proximity detection.
103 semtech,ph01-proxraw-strength:
109 PROXRAW filter strength for phase 0 and 1. A value of 0 represents off,
110 and other values represent 1-1/2^N.
112 semtech,ph23-proxraw-strength:
118 Same as proxraw-strength01, for phase 2 and 3.
120 semtech,avg-pos-strength:
125 Average positive filter strength. A value of 0 represents off and
127 represent 1-1/N.
129 semtech,cs-idle-sleep:
133 - hi-z
134 - gnd
135 - vdd
137 semtech,int-comp-resistor:
141 - lowest
142 - low
143 - high
144 - highest
146 semtech,input-precharge-resistor-ohms:
152 Pre-charge input resistance in Ohm.
154 semtech,input-analog-gain:
166 - compatible
167 - reg
168 - "#io-channel-cells"
173 - |
174 #include <dt-bindings/interrupt-controller/irq.h>
176 #address-cells = <1>;
177 #size-cells = <0>;
181 interrupt-parent = <&pio>;
183 vdd-supply = <&pp3300_a>;
184 svdd-supply = <&pp1800_prox>;
185 #io-channel-cells = <1>;
186 semtech,ph0-pin = <1 2 3>;
187 semtech,ph1-pin = <3 2 1>;
188 semtech,ph2-pin = <1 2 3>;
189 semtech,ph3-pin = <3 2 1>;
190 semtech,ph01-resolution = <256>;
191 semtech,ph23-resolution = <256>;
192 semtech,startup-sensor = <1>;
193 semtech,ph01-proxraw-strength = <2>;
194 semtech,ph23-proxraw-strength = <2>;
195 semtech,avg-pos-strength = <64>;
196 semtech,int-comp-resistor = "lowest";
197 semtech,input-precharge-resistor-ohms = <2000>;
198 semtech,cs-idle-sleep = "gnd";