boards: others: canbardo: disable watchdog at boot

Disable the SAM E70 watchdog at boot in the CANbardo board default
configuration.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2025-01-10 18:13:40 +00:00 committed by Benjamin Cabé
commit d4deeebff1
2 changed files with 6 additions and 0 deletions

View file

@ -126,6 +126,10 @@ zephyr_udc0: &usbhs {
phys = <&transceiver1>; phys = <&transceiver1>;
}; };
&wdt {
status = "okay";
};
&flash0 { &flash0 {
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";

View file

@ -8,3 +8,5 @@ CONFIG_HW_STACK_PROTECTION=y
CONFIG_CONSOLE=y CONFIG_CONSOLE=y
CONFIG_SERIAL=y CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y CONFIG_UART_CONSOLE=y
CONFIG_WDT_DISABLE_AT_BOOT=y