MLK-11844-2 ARM: dts: imx7d: reserve DDR space for M4 use case
authorAnson Huang <Anson.Huang@freescale.com>
Tue, 10 Nov 2015 11:12:55 +0000 (19:12 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:13 +0000 (14:49 -0500)
commit9d8bd56405bb31d6cbea9cb7d894c7baaedc8cf9
treeff4849f6f8e2cfa670313f5594fd92a615e52f0a
parentb38b9ccff99f233f5aff3ed7b1152f0b1ecea7e5
MLK-11844-2 ARM: dts: imx7d: 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/imx7d-12x12-lpddr3-arm2-m4.dts
arch/arm/boot/dts/imx7d-sdb-m4.dts