Commit 0bcf9ca2 authored by Alexey Klimov's avatar Alexey Klimov Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm8750: add memory node for adsp fastrpc



Add optional memory heap node that can be used for ADSP fastrpc.

Cc: Ekansh Gupta <quic_ekangupt@quicinc.com>
Cc: Srinivas Kandagatla <srini@kernel.org>
Signed-off-by: default avatarAlexey Klimov <alexey.klimov@linaro.org>
Link: https://lore.kernel.org/r/20251209-sm8750-fastrpc-adsp-v3-1-ccfff49a8af9@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 16860aee
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -540,6 +540,14 @@ llcc_lpi_mem: llcc-lpi@ff800000 {
			reg = <0x0 0xff800000 0x0 0x800000>;
			no-map;
		};

		adsp_rpc_remote_heap_mem: adsp-rpc-remote-heap {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			alignment = <0x0 0x400000>;
			size = <0x0 0xc00000>;
			reusable;
		};
	};

	smp2p-adsp {