Commits
Suman Anna committed 527d1fe70fb
TEMP: ARM: dts: keystone-k2l-evm: Add a memory carveout for MPM usecases A reserved memory carveout node with the appropriate compatible property is added on the K2L 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 256 MB is currently reserved at address 0x820000000 (aliased at 0xa0000000). 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. Signed-off-by: Suman Anna <s-anna@ti.com>