arm: rpi: Sync rpi dts files from Linux
[platform/kernel/u-boot.git] / arch / arm / dts / bcm2835-rpi-b.dts
index 31ff602..1b63d6b 100644 (file)
@@ -9,8 +9,13 @@
        compatible = "raspberrypi,model-b", "brcm,bcm2835";
        model = "Raspberry Pi Model B";
 
+       memory@0 {
+               device_type = "memory";
+               reg = <0 0x10000000>;
+       };
+
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
        };
@@ -89,6 +94,8 @@
 
 &hdmi {
        hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
+       power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
+       status = "okay";
 };
 
 &pwm {
        status = "okay";
 };
 
+&sdhost {
+       pinctrl-names = "default";
+       pinctrl-0 = <&sdhost_gpio48>;
+       bus-width = <4>;
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_gpio14>;