Skip to content

Commit 21af8f4

Browse files
Jon Masonffainelli
authored andcommitted
ARM: dts: NSP: Specify RAM amount for BCM958625K board
Add 2GB 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 bb23955 commit 21af8f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/bcm958625k.dts

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

5156
&uart0 {

0 commit comments

Comments
 (0)