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 - Jonathan Cameron <jic23@kernel.org>
15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160
27 interrupt-names:
29 - INT1
30 - INT2
35 drive-open-drain:
38 open drain. If not set, defaults to push-pull.
40 vdd-supply:
43 vddio-supply:
46 mount-matrix:
47 description: an optional 3x3 mounting rotation matrix
50 - compatible
51 - reg
54 - $ref: /schemas/spi/spi-peripheral-props.yaml#
59 - |
61 #include <dt-bindings/interrupt-controller/irq.h>
63 #address-cells = <1>;
64 #size-cells = <0>;
69 vdd-supply = <&pm8916_l17>;
70 vddio-supply = <&pm8916_l6>;
71 interrupt-parent = <&gpio4>;
73 interrupt-names = "INT1";
74 mount-matrix = "0", "1", "0",
75 "-1", "0", "0",
79 - |
81 #include <dt-bindings/interrupt-controller/irq.h>
83 #address-cells = <1>;
84 #size-cells = <0>;
89 spi-max-frequency = <10000000>;
90 interrupt-parent = <&gpio2>;
92 interrupt-names = "INT2";