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#
7 title: Bosch BMI323 6-Axis IMU
10 - Jagath Jog J <jagathjog1996@gmail.com>
13 BMI323 is a 6-axis inertial measurement unit that supports acceleration and
25 vdd-supply: true
26 vddio-supply: true
32 interrupt-names:
37 - INT1
38 - INT2
40 drive-open-drain:
43 open drain. If not set, defaults to push-pull.
45 mount-matrix:
47 an optional 3x3 mounting rotation matrix.
50 - compatible
51 - reg
52 - vdd-supply
53 - vddio-supply
56 - $ref: /schemas/spi/spi-peripheral-props.yaml#
61 - |
63 #include <dt-bindings/interrupt-controller/irq.h>
65 #address-cells = <1>;
66 #size-cells = <0>;
71 vddio-supply = <&vddio>;
72 vdd-supply = <&vdd>;
73 interrupt-parent = <&gpio1>;
75 interrupt-names = "INT1";