boards: mm_feather: Enable EDMA0 node

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

Fixes #41524

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-01-05 10:55:33 -06:00 committed by Maureen Helm
commit 1f2672995b

View file

@ -157,3 +157,7 @@
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
no-1-8-v; no-1-8-v;
}; };
&edma0 {
status = "okay";
};