Commit 9a4865d4 authored by Florian Fainelli's avatar Florian Fainelli

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: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 70a0ae1c
......@@ -45,6 +45,10 @@ aliases {
chosen {
stdout-path = "serial0:115200n8";
};
memory {
reg = <0x60000000 0x20000000>;
};
};
&nand {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment