Skip to content

Commit

Permalink
boards: overlay: Add overlay file for imx8mp
Browse files Browse the repository at this point in the history
This enables sai3 and sdma3 nodes and also adds host dma node
used by SOF.

Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Oct 25, 2024
1 parent 81f7f16 commit e042553
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app/boards/imx8mp_evk_mimx8ml8_adsp.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
host_dma: dma {
compatible = "nxp,sof-host-dma";
dma-channels = <32>;
#dma-cells = <0>;
};
};

&sdma3 {
status = "okay";
};

&sai3 {
rx-fifo-watermark = <65>;
tx-fifo-watermark = <65>;
fifo-depth = <128>;
rx-sync-mode = <1>;
status = "okay";
};

0 comments on commit e042553

Please sign in to comment.