Skip to content

Commit

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

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 authored and fabiobaltieri committed Mar 13, 2024
1 parent 685b3d2 commit f82cacb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dts/xtensa/nxp/nxp_imx8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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)>;
Expand Down

0 comments on commit f82cacb

Please sign in to comment.