boards: mm_swiftio: Enable EDMA0 node

Enable EDMA0 node to prevent build warning when DMA MCUX driver is
included in build.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-01-05 10:54:28 -06:00 committed by Maureen Helm
commit 8fb417a6c4

View file

@ -183,3 +183,7 @@
};
};
};
&edma0 {
status = "okay";
};