Lines Matching +full:vddd +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andreas Klinger <ak@it-klinger.de>
16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180
17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280
18 https://www.bosch-sensortec.com/bst/products/all_products/bme280
23 - bosch,bmp085
24 - bosch,bmp180
25 - bosch,bmp280
26 - bosch,bme280
31 vddd-supply:
35 vdda-supply:
39 reset-gpios:
51 - compatible
52 - vddd-supply
53 - vdda-supply
58 - |
59 #include <dt-bindings/gpio/gpio.h>
60 #include <dt-bindings/interrupt-controller/irq.h>
62 #address-cells = <1>;
63 #size-cells = <0>;
67 interrupt-parent = <&gpio0>;
69 reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
70 vddd-supply = <&foo>;
71 vdda-supply = <&bar>;