Lines Matching +full:vddio +full:- +full:regulator
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dan Robertson <dan@dlrobertson.com>
16 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA400-DS000.pdf
21 - bosch,bma400
26 vdd-supply:
27 description: phandle to the regulator that provides power to the accelerometer
29 vddio-supply:
30 description: phandle to the regulator that provides power to the sensor's IO
36 - compatible
37 - reg
42 - |
43 #include <dt-bindings/gpio/gpio.h>
44 #include <dt-bindings/interrupt-controller/irq.h>
46 #address-cells = <1>;
47 #size-cells = <0>;
51 vdd-supply = <&vdd>;
52 vddio-supply = <&vddio>;
53 interrupt-parent = <&gpio0>;