Skip to content

Commit 70c341c

Browse files
Jon Masonffainelli
authored andcommitted
ARM: dts: NSP: Specify RAM amount for BCM958525XMC board
Add 1GB of memory starting at physical offset 0x6000_0000. Signed-off-by: Jon Mason <jon.mason@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent 21af8f4 commit 70c341c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/bcm958525xmc.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
chosen {
4646
stdout-path = "serial0:115200n8";
4747
};
48+
49+
memory {
50+
device_type = "memory";
51+
reg = <0x60000000 0x40000000>;
52+
};
4853
};
4954

5055
&i2c0 {

0 commit comments

Comments
 (0)