1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2837.dtsi"
4 #include "bcm2836-rpi.dtsi"
11 reg_3v3: fixed-regulator {
12 compatible = "regulator-fixed";
13 regulator-name = "3V3";
14 regulator-min-microvolt = <3300000>;
15 regulator-max-microvolt = <3300000>;
19 reg_1v8: fixed-regulator {
20 compatible = "regulator-fixed";
21 regulator-name = "1V8";
22 regulator-min-microvolt = <1800000>;
23 regulator-max-microvolt = <1800000>;
30 compatible = "raspberrypi,firmware-gpio";
33 gpio-line-names = "HDMI_HPD_N",
46 pinctrl-names = "default";
47 pinctrl-0 = <&sdhost_gpio48>;
49 vmmc-supply = <®_3v3>;
50 vqmmc-supply = <®_1v8>;