ARM: dts: msm: Add EVA CDSP shared mem

For EVA DSP clients.

Change-Id: I694314287eb0b97c20ecae4d2860d826c6cdd3fa
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
George Shen
2023-08-17 14:57:26 -07:00
parent 342af7cf1c
commit 527694888f

View File

@@ -1335,6 +1335,15 @@
size = <0x0 0xC00000>;
linux,cma-default;
};
/* cdsp eva shared memory */
cdsp_eva_mem: cdsp_eva_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x400000>;
};
};
#include "sun-dma-heaps.dtsi"