Commit cae0e61b authored by Iuliana Prodan's avatar Iuliana Prodan Committed by Mathieu Poirier

arm64: dts: imx8mp: Add reserve-memory nodes for DSP

Add the reserve-memory nodes used by DSP when the rpmsg
feature is enabled.
Signed-off-by: default avatarIuliana Prodan <iuliana.prodan@nxp.com>
Acked-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20231013152731.23471-3-iuliana.prodan@oss.nxp.comSigned-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent fb49b6f6
......@@ -137,6 +137,28 @@ simple-audio-card,codec {
};
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
dsp_vdev0vring0: vdev0vring0@942f0000 {
reg = <0 0x942f0000 0 0x8000>;
no-map;
};
dsp_vdev0vring1: vdev0vring1@942f8000 {
reg = <0 0x942f8000 0 0x8000>;
no-map;
};
dsp_vdev0buffer: vdev0buffer@94300000 {
compatible = "shared-dma-pool";
reg = <0 0x94300000 0 0x100000>;
no-map;
};
};
};
&flexspi {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment