Lines Matching +full:matrix +full:- +full:connected
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,lis331dl-accel
33 - st,lis331dlh-accel
34 - st,lis3de
35 - st,lis3dh-accel
36 - st,lis3dhh
37 - st,lis3l02dq
38 - st,lis3lv02dl-accel
39 - st,lng2dm-accel
40 - st,lsm303agr-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 - description: STMicroelectronics Gyroscopes
51 - st,l3g4200d-gyro
52 - st,l3g4is-gyro
53 - st,l3gd20-gyro
54 - st,l3gd20h-gyro
55 - st,lsm330-gyro
56 - st,lsm330d-gyro
57 - st,lsm330dl-gyro
58 - st,lsm330dlc-gyro
59 - st,lsm9ds0-gyro
60 - description: STMicroelectronics Magnetometers
62 - st,lis2mdl
63 - st,lis3mdl-magn
64 - st,lsm303agr-magn
65 - st,lsm303dlh-magn
66 - st,lsm303dlhc-magn
67 - st,lsm303dlm-magn
68 - st,lsm9ds1-magn
69 - description: STMicroelectronics Pressure Sensors
71 - st,lps001wp-press
72 - st,lps22hb-press
73 - st,lps22hh
74 - st,lps25h-press
75 - st,lps331ap-press
76 - st,lps33hw
77 - st,lps35hw
78 - description: IMUs
80 - st,lsm9ds0-imu
81 - description: Deprecated bindings
83 - st,lis302dl-spi
84 - st,lis3lv02d
91 description: interrupt line(s) connected to the DRDY line(s) and/or the
100 vdd-supply: true
101 vddio-supply: true
103 st,drdy-int-pin:
110 drive-open-drain:
116 mount-matrix:
117 description: an optional 3x3 mounting rotation matrix.
120 - if:
125 - st,lps001wp
129 st,drdy-int-pin: false
130 drive-open-drain: false
132 - if:
137 - st,lis2mdl
138 - st,lis3l02dq
139 - st,lis3lv02dl-accel
140 - st,lps22hb-press
141 - st,lps22hh
142 - st,lps25h-press
143 - st,lps33hw
144 - st,lps35hw
145 - st,lsm303agr-magn
146 - st,lsm303dlh-magn
147 - st,lsm303dlhc-magn
148 - st,lsm303dlm-magn
153 st,drdy-int-pin: false
156 - compatible
157 - reg
162 - |
163 #include <dt-bindings/interrupt-controller/irq.h>
165 #address-cells = <1>;
166 #size-cells = <0>;
169 compatible = "st,lis331dl-accel";
171 st,drdy-int-pin = <1>;
172 vdd-supply = <&ldo1>;
173 vddio-supply = <&ldo2>;
174 interrupt-parent = <&gpio>;
179 #address-cells = <1>;
180 #size-cells = <0>;
181 num-cs = <1>;
184 compatible = "st,l3g4200d-gyro";
185 st,drdy-int-pin = <2>;
187 vdd-supply = <&vcc_io>;
188 vddio-supply = <&vcc_io>;