Commits

Weiguang Kong committed f309f0687f0
MLK-16678-1: arm64: dts: distribute reserved memory for hifi4 dsp in SDRAM Because the OCRAM memory size for hifi4 dsp is too small to keep its code and data section, so distribute one reserved memory for hifi4 dsp to save its code and data section in SDRAM, the address space that hifi4 can access in SDRAM is 0x81000000 - 0x9FFFFFFF, so the reserved memory is as following: hifi4_reserved: hifi4@0x8e000000 { no-map; reg = <0 0x8e000000 0 0x1ffffff>; }; Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>