ARM: dts: bcm283x: Define memory at board level
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm2835-rpi-zero.dts
index 3b35a8a4a55f92afa680afcf2cd5ad9da636770b..5fd06869dfcf6f85a403ede13e72f96e08a993b7 100644 (file)
        compatible = "raspberrypi,model-zero", "brcm,bcm2835";
        model = "Raspberry Pi Zero";
 
+       memory@0 {
+               device_type = "memory";
+               reg = <0 0x20000000>;
+       };
+
        leds {
                act {
                        gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
        hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
 };
 
+&sdhost {
+       pinctrl-names = "default";
+       pinctrl-0 = <&sdhost_gpio48>;
+       bus-width = <4>;
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_gpio14>;