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>
#size-cells = <2>;
ranges;
+ hifi4_reserved: hifi4@0x8e000000 {
+ no-map;
+ reg = <0 0x8e000000 0 0x1ffffff>;
+ };
+
/* global autoconfigured region for contiguous allocations */
linux,cma {
compatible = "shared-dma-pool";