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#
7 title: Bosch BMI270 6-Axis IMU
10 - Alex Lanzano <[email protected]>
13 BMI270 is a 6-axis inertial measurement unit that can measure acceleration and
17 https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270/
22 - bosch,bmi260
23 - bosch,bmi270
28 vdd-supply: true
29 vddio-supply: true
35 interrupt-names:
40 - INT1
41 - INT2
43 drive-open-drain:
47 open drain. If not set, defaults to push-pull.
49 mount-matrix:
54 - compatible
55 - reg
56 - vdd-supply
57 - vddio-supply
60 - $ref: /schemas/spi/spi-peripheral-props.yaml#
65 - |
66 #include <dt-bindings/interrupt-controller/irq.h>
68 #address-cells = <1>;
69 #size-cells = <0>;
74 vdd-supply = <&vdd>;
75 vddio-supply = <&vddio>;
76 interrupt-parent = <&gpio1>;
78 interrupt-names = "INT1";