Define the full 1024M of ram on the imx53 QSB board.

This commit is contained in:
ian 2014-04-06 21:45:38 +00:00
parent 9c7fcc83eb
commit 377b2f5b08

View File

@ -41,8 +41,9 @@
compatible = "fsl,imx53-qsb", "fsl,imx53";
memory {
/* RAM 512M */
reg = <0x70000000 0x20000000>;
/* RAM is 2 banks of 512M each. */
reg = <0x70000000 0x20000000
0xb0000000 0x20000000>;
};
localbus@18000000 {