dts: xtensa: nxp_imx8: add EDMA0 node

Add node for NXP's i.MX8QM/i.MX8QXP AUDIO EDMA0 IP.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
Laurentiu Mihalcea 2024-02-12 15:05:11 +02:00 committed by Fabio Baltieri
parent 685b3d2d3d
commit f82cacbab8

View file

@ -114,6 +114,16 @@
reg = <0x92c00000 DT_SIZE_K(512)>;
};
edma0: dma@591f0000 {
compatible = "nxp,edma";
reg = <0x591f0000 (DT_SIZE_K(64) * 33)>;
valid-channels = <6>, <7>, <14>, <15>;
interrupts-extended = <&master6 58>, <&master6 58>,
<&master5 29>, <&master5 29>;
#dma-cells = <2>;
status = "disabled";
};
/* LSIO MU2, used to interact with the SCFW */
scu_mu: mailbox@5d1d0000 {
reg = <0x5d1d0000 DT_SIZE_K(64)>;