Skip to content

Commit b3be861

Browse files
Ayush1325fabiobaltieri
authored andcommitted
boards: beagle: pocketbeagle_2: m4: Add watchdog
- Using mcu_rti0 as watchdog timer. - Required for MicroPython. Signed-off-by: Ayush Singh <[email protected]>
1 parent c345dff commit b3be861

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards/beagle/pocketbeagle_2/pocketbeagle_2_am6232_m4.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
zephyr,sram1 = &ddr1;
2323
};
2424

25+
aliases {
26+
watchdog0 = &mcu_rti0;
27+
};
28+
2529
cpus {
2630
cpu@0 {
2731
status = "okay";
@@ -59,3 +63,7 @@
5963
pinctrl-names = "default";
6064
status = "okay";
6165
};
66+
67+
&mcu_rti0 {
68+
status = "okay";
69+
};

0 commit comments

Comments
 (0)