Skip to content

Commit d4deeeb

Browse files
henrikbrixandersenkartben
authored andcommitted
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>
1 parent f81add2 commit d4deeeb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/others/canbardo/canbardo.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ zephyr_udc0: &usbhs {
126126
phys = <&transceiver1>;
127127
};
128128

129+
&wdt {
130+
status = "okay";
131+
};
132+
129133
&flash0 {
130134
partitions {
131135
compatible = "fixed-partitions";

boards/others/canbardo/canbardo_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ CONFIG_HW_STACK_PROTECTION=y
88
CONFIG_CONSOLE=y
99
CONFIG_SERIAL=y
1010
CONFIG_UART_CONSOLE=y
11+
12+
CONFIG_WDT_DISABLE_AT_BOOT=y

0 commit comments

Comments
 (0)