Commit 70c341cf authored by Jon Mason's avatar Jon Mason Committed by Florian Fainelli

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

Add 1GB of memory starting at physical offset 0x6000_0000.
Signed-off-by: default avatarJon Mason <jon.mason@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 21af8f45
...@@ -45,6 +45,11 @@ aliases { ...@@ -45,6 +45,11 @@ aliases {
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
}; };
&i2c0 { &i2c0 {
......
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