Skip to content
Snippets Groups Projects
Commit 9b84f609 authored by Zhang Peng's avatar Zhang Peng Committed by Dong Aisheng
Browse files

LF-3394-3 arm64: dts: Add resources for dsp node in imx8mp.dtsi


Add mailbox channels for dsp node.

Signed-off-by: default avatarZhang Peng <peng.zhang_8@nxp.com>
parent e5861323
No related branches found
No related tags found
1 merge request!455CI: Update gitlab-ci
...@@ -2322,11 +2322,13 @@ dsp: dsp@3b6e8000 { ...@@ -2322,11 +2322,13 @@ dsp: dsp@3b6e8000 {
clock-names = "ocram", "core", "debug", "mu2"; clock-names = "ocram", "core", "debug", "mu2";
fsl,dsp-firmware = "imx/dsp/hifi4.bin"; fsl,dsp-firmware = "imx/dsp/hifi4.bin";
power-domains = <&audiomix_pd>; power-domains = <&audiomix_pd>;
mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1"; mbox-names = "tx0", "tx1", "tx2", "rx0",
mboxes = <&mu2 2 0>, "txdb0", "txdb1", "rxdb0", "rxdb1";
<&mu2 2 1>, mboxes =
<&mu2 3 0>, <&mu2 0 0>, <&mu2 0 1>,
<&mu2 3 1>; <&mu2 0 2>, <&mu2 1 0>,
<&mu2 2 0>, <&mu2 2 1>,
<&mu2 3 0>, <&mu2 3 1>;
status = "disabled"; status = "disabled";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment