Skip to content

Commit ee8d464

Browse files
committed
boards: imx95_m7: Fix edma2 node
After zephyr commit 774370a1d7 ("boards: nxp: imx95_evk_mimx9596_m7: add uart dma support") DMA switched to use DMA v5 which uses a different driver. This breaks SOF. Fix it by temporary makding dma node to use nxp,edma driver designed for SOF. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent d5e82ef commit ee8d464

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

app/boards/imx95_evk_mimx9596_m7_ddr.overlay

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,14 @@
2121
};
2222

2323
&edma2 {
24+
compatible = "nxp,edma";
25+
reg = <0x42000000 (DT_SIZE_K(64) * 33)>;
26+
valid-channels = <30>, <31>;
27+
interrupts = <143 0>, <143 0>;
28+
/delete-property/nxp,version;
29+
/delete-property/no-error-irq;
30+
/delete-property/channels-shared-irq-mask;
31+
/delete-property/dma-channels;
32+
/delete-property/dma-requests;
2433
status = "okay";
2534
};

0 commit comments

Comments
 (0)