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>
This commit is contained in:
Ayush Singh 2025-05-08 15:20:35 +05:30 committed by Benjamin Cabé
commit 7275948a7c

View file

@ -16,6 +16,7 @@
aliases {
led0 = &led0;
led1 = &led1;
watchdog0 = &wdt0;
};
chosen {
@ -93,3 +94,7 @@
&ieee802154g {
status = "okay";
};
&wdt0 {
status = "okay";
};