boards: mimxrt10xx: Add missing edma0 node to evaluation boards

EDMA0 node was missing from some RT10xx series evaluation boards,
causing SPI loopback test to fail to build. Add the node to the board
DTS files.

Fixes #41024

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-12-08 18:39:51 -06:00 committed by David Leach
commit 474d6866d0
4 changed files with 16 additions and 0 deletions

View file

@ -79,3 +79,7 @@ zephyr_udc0: &usb1 {
&adc1 {
status = "okay";
};
&edma0 {
status = "okay";
};

View file

@ -108,3 +108,7 @@ zephyr_udc0: &usb1 {
&adc1 {
status = "okay";
};
&edma0 {
status = "okay";
};

View file

@ -165,3 +165,7 @@ zephyr_udc0: &usb1 {
&adc1 {
status = "okay";
};
&edma0 {
status = "okay";
};

View file

@ -227,3 +227,7 @@ zephyr_udc0: &usb1 {
&wdog0 {
status = "okay";
};
&edma0 {
status = "okay";
};