Skip to content

Commit cae0e61

Browse files
iuliana-prodanmathieupoirier
authored andcommitted
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: Iuliana Prodan <iuliana.prodan@nxp.com> Acked-by: Alexander Stein <alexander.stein@ew.tq-group.com> Link: https://lore.kernel.org/r/20231013152731.23471-3-iuliana.prodan@oss.nxp.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent fb49b6f commit cae0e61

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mp-evk.dts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,28 @@
137137
};
138138

139139
};
140+
141+
reserved-memory {
142+
#address-cells = <2>;
143+
#size-cells = <2>;
144+
ranges;
145+
146+
dsp_vdev0vring0: vdev0vring0@942f0000 {
147+
reg = <0 0x942f0000 0 0x8000>;
148+
no-map;
149+
};
150+
151+
dsp_vdev0vring1: vdev0vring1@942f8000 {
152+
reg = <0 0x942f8000 0 0x8000>;
153+
no-map;
154+
};
155+
156+
dsp_vdev0buffer: vdev0buffer@94300000 {
157+
compatible = "shared-dma-pool";
158+
reg = <0 0x94300000 0 0x100000>;
159+
no-map;
160+
};
161+
};
140162
};
141163

142164
&flexspi {

0 commit comments

Comments
 (0)