Define the full 1024M of ram on the imx53 QSB board.
This commit is contained in:
parent
9c7fcc83eb
commit
377b2f5b08
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user