Lines Matching +full:drive +full:- +full:open +full:- +full:drain
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Cameron <[email protected]>
15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160
20 - const: bosch,bmi160
21 - items:
22 - const: bosch,bmi120
23 - const: bosch,bmi160
31 interrupt-names:
33 - INT1
34 - INT2
39 drive-open-drain:
43 open drain. If not set, defaults to push-pull.
45 vdd-supply:
48 vddio-supply:
51 mount-matrix:
55 - compatible
56 - reg
59 - $ref: /schemas/spi/spi-peripheral-props.yaml#
64 - |
66 #include <dt-bindings/interrupt-controller/irq.h>
68 #address-cells = <1>;
69 #size-cells = <0>;
74 vdd-supply = <&pm8916_l17>;
75 vddio-supply = <&pm8916_l6>;
76 interrupt-parent = <&gpio4>;
78 interrupt-names = "INT1";
79 mount-matrix = "0", "1", "0",
80 "-1", "0", "0",
84 - |
86 #include <dt-bindings/interrupt-controller/irq.h>
88 #address-cells = <1>;
89 #size-cells = <0>;
94 spi-max-frequency = <10000000>;
95 interrupt-parent = <&gpio2>;
97 interrupt-names = "INT2";