dts: xtensa: nxp_imx8: add SAI1 node
Add node for NXP's i.MX8QM/i.MX8QXP AUDIO SAI1 IP. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
parent
43ef605be5
commit
b8214b6739
1 changed files with 11 additions and 0 deletions
|
@ -124,6 +124,17 @@
|
||||||
status = "disabled";
|
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 */
|
/* LSIO MU2, used to interact with the SCFW */
|
||||||
scu_mu: mailbox@5d1d0000 {
|
scu_mu: mailbox@5d1d0000 {
|
||||||
reg = <0x5d1d0000 DT_SIZE_K(64)>;
|
reg = <0x5d1d0000 DT_SIZE_K(64)>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue