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 - Daniel Campello <campello@chromium.org>
16 https://www.semtech.com/products/smart-sensing/sar-sensors/sx9310
21 - semtech,sx9310
22 - semtech,sx9311
34 vdd-supply:
37 svdd-supply:
40 "#io-channel-cells":
43 semtech,cs0-ground:
47 semtech,combined-sensors:
48 $ref: /schemas/types.yaml#/definitions/uint32-array
51 Possible values are -
52 3 - CS3 (internal)
53 0 1 - CS0 + CS1
54 1 2 - CS1 + CS2 (default)
55 0 1 2 3 - CS0 + CS1 + CS2 + CS3
65 - coarsest
66 - very-coarse
67 - coarse
68 - medium-coarse
69 - medium
70 - fine
71 - very-fine
72 - finest
74 semtech,startup-sensor:
79 Sensor used for start-up proximity detection. The combined
83 semtech,proxraw-strength:
88 PROXRAW filter strength. A value of 0 represents off, and other values
89 represent 1-1/N.
91 semtech,avg-pos-strength:
96 Average positive filter strength. A value of 0 represents off and
98 represent 1-1/N.
101 - compatible
102 - reg
103 - "#io-channel-cells"
108 - |
109 #include <dt-bindings/interrupt-controller/irq.h>
111 #address-cells = <1>;
112 #size-cells = <0>;
116 interrupt-parent = <&pio>;
118 vdd-supply = <&pp3300_a>;
119 svdd-supply = <&pp1800_prox>;
120 #io-channel-cells = <1>;
121 semtech,cs0-ground;
122 semtech,combined-sensors = <1 2 3>;
124 semtech,startup-sensor = <1>;
125 semtech,proxraw-strength = <2>;
126 semtech,avg-pos-strength = <64>;