Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94b0159

Browse files
committedFeb 12, 2025·
Update arduino_portenta_h7_m7.overlay
Add dma sections to remove the build warnings
1 parent a0c6f64 commit 94b0159

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎loader/boards/arduino_portenta_h7_m7.overlay

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
pinctrl-names = "default";
4141
};
4242

43+
&dmamux1 {
44+
status = "okay";
45+
};
46+
47+
&dma1 {
48+
status = "okay";
49+
};
50+
4351
&rng {
4452
status = "okay";
4553
};

0 commit comments

Comments
 (0)
Please sign in to comment.