MLK-11844-1 ARM: dts: imx6sx: reserve DDR space for M4 use case
authorAnson Huang <Anson.Huang@freescale.com>
Tue, 10 Nov 2015 11:05:02 +0000 (19:05 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:13 +0000 (14:49 -0500)
commitb38b9ccff99f233f5aff3ed7b1152f0b1ecea7e5
tree7e56feb73e4507c3ff2102c5aeaf36917f8b14d7
parent20e578ee4f865a04333f488c46e0b527f5220151
MLK-11844-1 ARM: dts: imx6sx: reserve DDR space for M4 use case

FreeRTOS/M4 has DDR use case, M4 can only execute on DDR
space lower than 0xa0000000, Linux kernel will reserve 1M
(0x9ff00000 - 0x9fffffff) for it, below are the DDR usage:

0x80000000 - 0x9fefffff: Linux kernel;
0x9ff00000 - 0x9fffffff: FreeRTOS;
0xa0000000 - 0xbfefffff: Linux kernel;
0xbff00000 - 0xbfffffff: RPMSG shared memory;
0xc0000000 - 0xffffffff: Linux kernel if boards has 2GB DDR.

Also, remove 'reg' property which is unused.

Signed-off-by: Anson Huang <Anson.Huang@freescale.com>
arch/arm/boot/dts/imx6sx-sabreauto-m4.dts
arch/arm/boot/dts/imx6sx-sdb-m4.dts