Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a4865d4 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

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: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 70a0ae1c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@
	chosen {
		stdout-path = "serial0:115200n8";
	};

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

&nand {