]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
ARM: dts: bcm283x: Define memory at board level
[linux.git] / arch / arm / boot / dts / bcm2835-rpi-zero-w.dts
index 5ecc4032beb6808f753a73a0585a1eacd0021307..f38f388e44b47e9817c51f4a24583a20ebf01595 100644 (file)
@@ -12,6 +12,11 @@ / {
        compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
        model = "Raspberry Pi Zero W";
 
+       memory@0 {
+               device_type = "memory";
+               reg = <0 0x20000000>;
+       };
+
        chosen {
                /* 8250 auxiliary UART instead of pl011 */
                stdout-path = "serial1:115200n8";