Skip to content

Commit

Permalink
dts: xtensa: nxp_imx8: add SAI1 node
Browse files Browse the repository at this point in the history
Add node for NXP's i.MX8QM/i.MX8QXP AUDIO SAI1 IP.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 committed Mar 14, 2024
1 parent fcbf03a commit 5f3e704
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dts/xtensa/nxp/nxp_imx8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,17 @@
status = "disabled";
};

sai1: dai@59050000 {
compatible = "nxp,dai-sai";
reg = <0x59050000 DT_SIZE_K(64)>;
interrupt-parent = <&master5>;
interrupts = <28>;
dai-index = <1>;
dmas = <&edma0 15 0>, <&edma0 14 0>;
dma-names = "tx", "rx";
status = "disabled";
};

/* LSIO MU2, used to interact with the SCFW */
scu_mu: mailbox@5d1d0000 {
reg = <0x5d1d0000 DT_SIZE_K(64)>;
Expand Down

0 comments on commit 5f3e704

Please sign in to comment.