Lines Matching +full:mount +full:- +full:matrix
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
11 - Stephan Gerhold <stephan@gerhold.net>
15 4-wire interface.
20 # bmc150-accel driver in Linux
21 - bosch,bma222
22 - bosch,bma222e
23 - bosch,bma250e
24 - bosch,bma253
25 - bosch,bma254
26 - bosch,bma255
27 - bosch,bma280
28 - bosch,bmc150_accel
29 - bosch,bmc156_accel
30 - bosch,bmi055_accel
33 - bosch,bma023
34 - bosch,bma150
35 - bosch,bma180
36 - bosch,bma250
37 - bosch,smb380
42 vdd-supply: true
43 vddio-supply: true
49 Without interrupt-names, the first interrupt listed must be the one
57 interrupt-names:
62 - INT1
63 - INT2
65 mount-matrix:
66 description: an optional 3x3 mounting rotation matrix.
68 spi-max-frequency:
72 - compatible
73 - reg
76 - $ref: /schemas/spi/spi-peripheral-props.yaml#
81 - |
82 #include <dt-bindings/interrupt-controller/irq.h>
84 #address-cells = <1>;
85 #size-cells = <0>;
89 vddio-supply = <&vddio>;
90 vdd-supply = <&vdd>;
92 interrupt-names = "INT1";
95 - |
96 #include <dt-bindings/interrupt-controller/irq.h>
98 #address-cells = <1>;
99 #size-cells = <0>;
103 vddio-supply = <&vddio>;
104 vdd-supply = <&vdd>;
106 interrupt-names = "INT2";
109 - |
110 # include <dt-bindings/interrupt-controller/irq.h>
112 #address-cells = <1>;
113 #size-cells = <0>;
117 spi-max-frequency = <10000000>;