Lines Matching +full:drive +full:- +full:open +full:- +full:drain

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/st,st-sensors.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
9 description: The STMicroelectronics sensor devices are pretty straight-forward
16 - Denis Ciocca <denis.ciocca@st.com>
17 - Linus Walleij <linus.walleij@linaro.org>
22 - description: STMicroelectronics Accelerometers
24 - st,h3lis331dl-accel
25 - st,lis2de12
26 - st,lis2dw12
27 - st,lis2hh12
28 - st,lis2dh12-accel
29 - st,lis2ds12
30 - st,lis302dl
31 - st,lis331dl-accel
32 - st,lis331dlh-accel
33 - st,lis3de
34 - st,lis3dh-accel
35 - st,lis3dhh
36 - st,lis3l02dq
37 - st,lis3lv02dl-accel
38 - st,lng2dm-accel
39 - st,lsm303agr-accel
40 - st,lsm303c-accel
41 - st,lsm303dl-accel
42 - st,lsm303dlh-accel
43 - st,lsm303dlhc-accel
44 - st,lsm303dlm-accel
45 - st,lsm330-accel
46 - st,lsm330d-accel
47 - st,lsm330dl-accel
48 - st,lsm330dlc-accel
49 - items:
50 - const: st,iis328dq
51 - const: st,h3lis331dl-accel
52 - description: Silan Accelerometers
54 - silan,sc7a20
55 - description: STMicroelectronics Gyroscopes
57 - st,l3g4200d-gyro
58 - st,l3g4is-gyro
59 - st,l3gd20-gyro
60 - st,l3gd20h-gyro
61 - st,lsm330-gyro
62 - st,lsm330d-gyro
63 - st,lsm330dl-gyro
64 - st,lsm330dlc-gyro
65 - st,lsm9ds0-gyro
66 - description: STMicroelectronics Magnetometers
68 - st,lis2mdl
69 - st,lis3mdl-magn
70 - st,lsm303agr-magn
71 - st,lsm303c-magn
72 - st,lsm303dlh-magn
73 - st,lsm303dlhc-magn
74 - st,lsm303dlm-magn
75 - st,lsm9ds1-magn
76 - description: STMicroelectronics Pressure Sensors
78 - st,lps001wp-press
79 - st,lps22df
80 - st,lps22hb-press
81 - st,lps22hh
82 - st,lps25h-press
83 - st,lps331ap-press
84 - st,lps33hw
85 - st,lps35hw
86 - description: IMUs
88 - st,lsm303d-imu
89 - st,lsm9ds0-imu
90 - description: Deprecated bindings
92 - st,lis302dl-spi
93 - st,lis3lv02d
109 vdd-supply: true
110 vddio-supply: true
112 st,drdy-int-pin:
119 drive-open-drain:
122 as open drain, which is useful if several sensors share the same
125 mount-matrix:
129 - if:
134 - st,lps001wp
138 st,drdy-int-pin: false
139 drive-open-drain: false
141 - if:
146 - st,lis2mdl
147 - st,lis3l02dq
148 - st,lis3lv02dl-accel
149 - st,lps22df
150 - st,lps22hb-press
151 - st,lps22hh
152 - st,lps25h-press
153 - st,lps33hw
154 - st,lps35hw
155 - st,lsm303agr-magn
156 - st,lsm303dlh-magn
157 - st,lsm303dlhc-magn
158 - st,lsm303dlm-magn
163 st,drdy-int-pin: false
166 - compatible
167 - reg
172 - |
173 #include <dt-bindings/interrupt-controller/irq.h>
175 #address-cells = <1>;
176 #size-cells = <0>;
179 compatible = "st,lis331dl-accel";
181 st,drdy-int-pin = <1>;
182 vdd-supply = <&ldo1>;
183 vddio-supply = <&ldo2>;
184 interrupt-parent = <&gpio>;
189 #address-cells = <1>;
190 #size-cells = <0>;
191 num-cs = <1>;
194 compatible = "st,l3g4200d-gyro";
195 st,drdy-int-pin = <2>;
197 vdd-supply = <&vcc_io>;
198 vddio-supply = <&vcc_io>;