Skip to content

Commit

Permalink
boards: others: canbardo: disable watchdog at boot
Browse files Browse the repository at this point in the history
Disable the SAM E70 watchdog at boot in the CANbardo board default
configuration.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
  • Loading branch information
henrikbrixandersen authored and kartben committed Jan 11, 2025
1 parent f81add2 commit d4deeeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/others/canbardo/canbardo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ zephyr_udc0: &usbhs {
phys = <&transceiver1>;
};

&wdt {
status = "okay";
};

&flash0 {
partitions {
compatible = "fixed-partitions";
Expand Down
2 changes: 2 additions & 0 deletions boards/others/canbardo/canbardo_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ CONFIG_HW_STACK_PROTECTION=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y

CONFIG_WDT_DISABLE_AT_BOOT=y

0 comments on commit d4deeeb

Please sign in to comment.