1
0
Fork 0

ARM: dts: imx35-pdk: Fix memory region description

On imx35pdk there are two DRAM chip selects that are used:

CS0 at 0x80000000
CS1 at 0x90000000

Each bank is connected to 128MB of DRAM, giving a total of 256MB of system DRAM.

Fix the memory layout to describe the hardware appropriately.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
hifive-unleashed-5.1
Fabio Estevam 2014-05-12 22:04:24 -03:00 committed by Shawn Guo
parent 75416cfebc
commit c6f0b878f9
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
compatible = "fsl,imx35-pdk", "fsl,imx35";
memory {
reg = <0x80000000 0x8000000>;
reg = <0x80000000 0x8000000>,
<0x90000000 0x8000000>;
};
};