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:
parent
4ec7cf33dc
commit
474d6866d0
4 changed files with 16 additions and 0 deletions
|
@ -79,3 +79,7 @@ zephyr_udc0: &usb1 {
|
|||
&adc1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -108,3 +108,7 @@ zephyr_udc0: &usb1 {
|
|||
&adc1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -165,3 +165,7 @@ zephyr_udc0: &usb1 {
|
|||
&adc1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -227,3 +227,7 @@ zephyr_udc0: &usb1 {
|
|||
&wdog0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue