Skip to content

Commit 90c083d

Browse files
committed
boards: nxp: frdm_mcxw7x: Enabled DMA for frdm_mcxw7x
Enable EDMAv3 for the frdm_mcxw71 and frdm_mcxw72 platforms. Signed-off-by: Emilio Benavente <[email protected]>
1 parent 1ab7eb6 commit 90c083d

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

boards/nxp/frdm_mcxw71/frdm_mcxw71.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,7 @@
222222
&rtc {
223223
status = "okay";
224224
};
225+
226+
&edma {
227+
status = "okay";
228+
};

boards/nxp/frdm_mcxw71/frdm_mcxw71.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ supported:
1111
- adc
1212
- can
1313
- counter
14+
- dma
1415
- flash
1516
- gpio
1617
- i2c

boards/nxp/frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,7 @@
185185
reg = <0x19>;
186186
};
187187
};
188+
189+
&edma {
190+
status = "okay";
191+
};

boards/nxp/frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ supported:
1111
- adc
1212
- can
1313
- counter
14+
- dma
1415
- gpio
1516
- i2c
1617
- pinctrl
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
tst_dma0: &edma { };
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
tst_dma0: &edma { };

0 commit comments

Comments
 (0)