Lines Matching +full:straight +full:- +full:forward
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
14 The STMicroelectronics sensor devices are pretty straight-forward I2C or
19 - Denis Ciocca <denis.ciocca@st.com>
20 - Linus Walleij <linus.walleij@linaro.org>
25 - description: STMicroelectronics Accelerometers
27 - st,h3lis331dl-accel
28 - st,lis2de12
29 - st,lis2dw12
30 - st,lis2hh12
31 - st,lis2dh12-accel
32 - st,lis302dl
33 - st,lis331dl-accel
34 - st,lis331dlh-accel
35 - st,lis3de
36 - st,lis3dh-accel
37 - st,lis3dhh
38 - st,lis3l02dq
39 - st,lis3lv02dl-accel
40 - st,lng2dm-accel
41 - st,lsm303agr-accel
42 - st,lsm303dl-accel
43 - st,lsm303dlh-accel
44 - st,lsm303dlhc-accel
45 - st,lsm303dlm-accel
46 - st,lsm330-accel
47 - st,lsm330d-accel
48 - st,lsm330dl-accel
49 - st,lsm330dlc-accel
50 - description: Silan Accelerometers
52 - silan,sc7a20
53 - description: STMicroelectronics Gyroscopes
55 - st,l3g4200d-gyro
56 - st,l3g4is-gyro
57 - st,l3gd20-gyro
58 - st,l3gd20h-gyro
59 - st,lsm330-gyro
60 - st,lsm330d-gyro
61 - st,lsm330dl-gyro
62 - st,lsm330dlc-gyro
63 - st,lsm9ds0-gyro
64 - description: STMicroelectronics Magnetometers
66 - st,lis2mdl
67 - st,lis3mdl-magn
68 - st,lsm303agr-magn
69 - st,lsm303dlh-magn
70 - st,lsm303dlhc-magn
71 - st,lsm303dlm-magn
72 - st,lsm9ds1-magn
73 - description: STMicroelectronics Pressure Sensors
75 - st,lps001wp-press
76 - st,lps22df
77 - st,lps22hb-press
78 - st,lps22hh
79 - st,lps25h-press
80 - st,lps331ap-press
81 - st,lps33hw
82 - st,lps35hw
83 - description: IMUs
85 - st,lsm9ds0-imu
86 - description: Deprecated bindings
88 - st,lis302dl-spi
89 - st,lis3lv02d
105 vdd-supply: true
106 vddio-supply: true
108 st,drdy-int-pin:
115 drive-open-drain:
121 mount-matrix:
125 - if:
130 - st,lps001wp
134 st,drdy-int-pin: false
135 drive-open-drain: false
137 - if:
142 - st,lis2mdl
143 - st,lis3l02dq
144 - st,lis3lv02dl-accel
145 - st,lps22df
146 - st,lps22hb-press
147 - st,lps22hh
148 - st,lps25h-press
149 - st,lps33hw
150 - st,lps35hw
151 - st,lsm303agr-magn
152 - st,lsm303dlh-magn
153 - st,lsm303dlhc-magn
154 - st,lsm303dlm-magn
159 st,drdy-int-pin: false
162 - compatible
163 - reg
168 - |
169 #include <dt-bindings/interrupt-controller/irq.h>
171 #address-cells = <1>;
172 #size-cells = <0>;
175 compatible = "st,lis331dl-accel";
177 st,drdy-int-pin = <1>;
178 vdd-supply = <&ldo1>;
179 vddio-supply = <&ldo2>;
180 interrupt-parent = <&gpio>;
185 #address-cells = <1>;
186 #size-cells = <0>;
187 num-cs = <1>;
190 compatible = "st,l3g4200d-gyro";
191 st,drdy-int-pin = <2>;
193 vdd-supply = <&vcc_io>;
194 vddio-supply = <&vcc_io>;