Skip to content

Commit e042553

Browse files
committed
boards: overlay: Add overlay file for imx8mp
This enables sai3 and sdma3 nodes and also adds host dma node used by SOF. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent 81f7f16 commit e042553

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
host_dma: dma {
9+
compatible = "nxp,sof-host-dma";
10+
dma-channels = <32>;
11+
#dma-cells = <0>;
12+
};
13+
};
14+
15+
&sdma3 {
16+
status = "okay";
17+
};
18+
19+
&sai3 {
20+
rx-fifo-watermark = <65>;
21+
tx-fifo-watermark = <65>;
22+
fifo-depth = <128>;
23+
rx-sync-mode = <1>;
24+
status = "okay";
25+
};

0 commit comments

Comments
 (0)