Lines Matching +full:connected +full:- +full:positive
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
19 - $ref: /schemas/iio/iio.yaml#
24 - semtech,sx9310
25 - semtech,sx9311
37 vdd-supply:
40 svdd-supply:
43 "#io-channel-cells":
46 semtech,cs0-ground:
47 description: Indicates the CS0 sensor is connected to ground.
50 semtech,combined-sensors:
51 $ref: /schemas/types.yaml#/definitions/uint32-array
54 Possible values are -
55 3 - CS3 (internal)
56 0 1 - CS0 + CS1
57 1 2 - CS1 + CS2 (default)
58 0 1 2 3 - CS0 + CS1 + CS2 + CS3
68 - coarsest
69 - very-coarse
70 - coarse
71 - medium-coarse
72 - medium
73 - fine
74 - very-fine
75 - finest
77 semtech,startup-sensor:
82 Sensor used for start-up proximity detection. The combined
86 semtech,proxraw-strength:
92 represent 1-1/N.
94 semtech,avg-pos-strength:
99 Average positive filter strength. A value of 0 represents off and
101 represent 1-1/N.
104 - compatible
105 - reg
106 - "#io-channel-cells"
111 - |
112 #include <dt-bindings/interrupt-controller/irq.h>
114 #address-cells = <1>;
115 #size-cells = <0>;
119 interrupt-parent = <&pio>;
121 vdd-supply = <&pp3300_a>;
122 svdd-supply = <&pp1800_prox>;
123 #io-channel-cells = <1>;
124 semtech,cs0-ground;
125 semtech,combined-sensors = <1 2 3>;
127 semtech,startup-sensor = <1>;
128 semtech,proxraw-strength = <2>;
129 semtech,avg-pos-strength = <64>;