Skip to content

Commit

Permalink
ARM: dts: NSP: Specify RAM amount for BCM958625HR board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli committed Jul 7, 2016
1 parent 70a0ae1 commit 9a4865d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/bcm958625hr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
chosen {
stdout-path = "serial0:115200n8";
};

memory {
reg = <0x60000000 0x20000000>;
};
};

&nand {
Expand Down

0 comments on commit 9a4865d

Please sign in to comment.