Skip to content

Commit 94b0159

Browse files
committed
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

Diff for: loader/boards/arduino_portenta_h7_m7.overlay

+8
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)