Skip to content
Snippets Groups Projects
Commit 70c341cf authored by Jon Mason's avatar Jon Mason Committed by Florian Fainelli
Browse files

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
Branches
No related tags found
No related merge requests found
...@@ -45,6 +45,11 @@ ...@@ -45,6 +45,11 @@
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
}; };
&i2c0 { &i2c0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment