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:
parent
dd1bfa4eb9
commit
763e5f31e0
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue