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:
parent
cfb0a80df4
commit
7275948a7c
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
aliases {
|
||||
led0 = &led0;
|
||||
led1 = &led1;
|
||||
watchdog0 = &wdt0;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
@ -93,3 +94,7 @@
|
|||
&ieee802154g {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue