1
0
Fork 0

ARM: mvebu: the Armada XP Matrix board has 4 GB

Since the Armada XP Matrix board has 4 GB of RAM and not 2 GB, we
update the Device Tree to take into account the correct amount of
memory. As noted in the new comment, the last 256 MB of RAM are in
fact not usable, due to the overlap with the MBus Window address
range.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
hifive-unleashed-5.1
Thomas Petazzoni 2014-03-04 17:37:02 +01:00 committed by Jason Cooper
parent 91ed32200e
commit ebe021e268
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@
memory {
device_type = "memory";
reg = <0 0x00000000 0 0x80000000>; /* 2 GB */
/*
* This board has 4 GB of RAM, but the last 256 MB of
* RAM are not usable due to the overlap with the MBus
* Window address range
*/
reg = <0 0x00000000 0 0xf0000000>;
};
soc {