Skip to content

Commit 7ad3775

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 8cc8cca commit 7ad3775

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
@@ -193,3 +193,7 @@
193193
&rtc {
194194
status = "okay";
195195
};
196+
197+
&edma {
198+
status = "okay";
199+
};

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
@@ -156,3 +156,7 @@
156156
reg = <0x19>;
157157
};
158158
};
159+
160+
&edma {
161+
status = "okay";
162+
};

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)