ARM: dts: NSP: Specify RAM amount for BCM958625HR board

Add 512MB of memory starting at physical offset 0x6000_0000.

Fixes: 65e9ac208c8e ("ARM: dts: NSP: Add new DT file for bcm958625hr")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Florian Fainelli 2016-06-28 18:04:21 -07:00
parent 70a0ae1c33
commit 9a4865d42f
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@
chosen {
stdout-path = "serial0:115200n8";
};
memory {
reg = <0x60000000 0x20000000>;
};
};
&nand {