Skip to content

Commit 9a4865d

Browse files
committed
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: Florian Fainelli <f.fainelli@gmail.com>
1 parent 70a0ae1 commit 9a4865d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/bcm958625hr.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
chosen {
4646
stdout-path = "serial0:115200n8";
4747
};
48+
49+
memory {
50+
reg = <0x60000000 0x20000000>;
51+
};
4852
};
4953

5054
&nand {

0 commit comments

Comments
 (0)