1 // SPDX-License-Identifier: GPL-2.0
3 #include "bcm2837.dtsi"
4 #include "bcm2836-rpi.dtsi"
8 device_type = "memory";
14 * Since there is no upstream GPIO driver yet,
15 * remove the incomplete node.
20 reg_3v3: fixed-regulator {
21 compatible = "regulator-fixed";
22 regulator-name = "3V3";
23 regulator-min-microvolt = <3300000>;
24 regulator-max-microvolt = <3300000>;
28 reg_1v8: fixed-regulator {
29 compatible = "regulator-fixed";
30 regulator-name = "1V8";
31 regulator-min-microvolt = <1800000>;
32 regulator-max-microvolt = <1800000>;
39 compatible = "raspberrypi,firmware-gpio";
42 gpio-line-names = "HDMI_HPD_N",
55 pinctrl-names = "default";
56 pinctrl-0 = <&sdhost_gpio48>;
58 vmmc-supply = <®_3v3>;
59 vqmmc-supply = <®_1v8>;