Skip to content

Commit 7275948

Browse files
Ayush1325kartben
authored andcommitted
boards: beagle: beagleplay_cc1352p7: Enable watchdog timer
Enable watchdog timer in the base tree. This is required for MicroPython. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
1 parent cfb0a80 commit 7275948

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/beagle/beagleplay/beagleplay_cc1352p7.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
aliases {
1717
led0 = &led0;
1818
led1 = &led1;
19+
watchdog0 = &wdt0;
1920
};
2021

2122
chosen {
@@ -93,3 +94,7 @@
9394
&ieee802154g {
9495
status = "okay";
9596
};
97+
98+
&wdt0 {
99+
status = "okay";
100+
};

0 commit comments

Comments
 (0)