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>
This commit is contained in:
Thomas Petazzoni 2014-03-04 17:37:02 +01:00 коммит произвёл Jason Cooper
Родитель 91ed32200e
Коммит ebe021e268
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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 {