boards: beagle: beagleconnect_freedom: 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-04-30 19:06:35 +05:30 committed by Benjamin Cabé
commit 763e5f31e0

View file

@ -23,6 +23,7 @@
mcuboot-button0 = &button0; mcuboot-button0 = &button0;
sensor0 = &light; sensor0 = &light;
sensor1 = &humidity; sensor1 = &humidity;
watchdog0 = &wdt0;
}; };
chosen { chosen {
@ -285,3 +286,7 @@
zephyr,resolution = <12>; zephyr,resolution = <12>;
}; };
}; };
&wdt0 {
status = "okay";
};