Lines Matching +full:vdd +full:- +full:io +full:- +full:supply
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:
41 description: provide VDD power to the sensor.
43 vddio-supply:
44 description: provide VDD IO power to the sensor.
46 mount-matrix:
49 spi-max-frequency: true
52 - compatible
53 - reg
58 - |
60 #include <dt-bindings/interrupt-controller/irq.h>
62 #address-cells = <1>;
63 #size-cells = <0>;
68 vdd-supply = <&pm8916_l17>;
69 vddio-supply = <&pm8916_l6>;
70 interrupt-parent = <&gpio4>;
72 interrupt-names = "INT1";
73 mount-matrix = "0", "1", "0",
74 "-1", "0", "0",
78 - |
80 #include <dt-bindings/interrupt-controller/irq.h>
82 #address-cells = <1>;
83 #size-cells = <0>;
88 spi-max-frequency = <10000000>;
89 interrupt-parent = <&gpio2>;
91 interrupt-names = "INT2";