Commits
Suman Anna committed e08ff43223d
TEMP: ARM: dts: keystone-k2g-evm: Add a memory carveout for MPM usecases A reserved memory carveout node with the appropriate compatible property is added on the K2G EVM board so that it can be reserved specifically to be used by the Keystone Multi Proc Manager (MPM) stack for loading various firmware images onto the DSPs directly from userspace. A memory region of size 40 MB is currently reserved at address 0x81d000000 (aliased at 0x9d000000). The memory is chosen to be adjacent to the DSP CMA memory pool so that the DSP Memory Protection and Address Extension (MPAX) module can be configured efficiently. This memory will not be mapped into the kernel space. Note that this carveout is smaller and at a different address in comparision to those used on K2HK/K2L/K2E EVMs. This is done to align with the usage on K2G ICE board which has a smaller DDR memory footprint, and thereby allow same firmwares to be run on both the K2G boards. Signed-off-by: Suman Anna <s-anna@ti.com>