1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2835.dtsi"
4 #include "bcm2835-rpi.dtsi"
9 gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
13 reg_3v3: fixed-regulator {
14 compatible = "regulator-fixed";
15 regulator-name = "3V3";
16 regulator-min-microvolt = <3300000>;
17 regulator-max-microvolt = <3300000>;
21 reg_1v8: fixed-regulator {
22 compatible = "regulator-fixed";
23 regulator-name = "1V8";
24 regulator-min-microvolt = <1800000>;
25 regulator-max-microvolt = <1800000>;
32 vmmc-supply = <®_3v3>;
33 vqmmc-supply = <®_1v8>;