Skip to content

Commit e96bf44

Browse files
DerekSnellkartben
authored andcommitted
boards: nxp: frdm_mcxa153: enable DMA
Enable DMA by default for this board. Signed-off-by: Derek Snell <[email protected]>
1 parent 6ce2c8a commit e96bf44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/nxp/frdm_mcxa153/frdm_mcxa153.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
};
6969
};
7070

71+
&edma0 {
72+
status = "okay";
73+
};
74+
7175
&flash {
7276
partitions {
7377
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)