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:
parent
f81add2f65
commit
d4deeebff1
2 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,10 @@ zephyr_udc0: &usbhs {
|
|||
phys = <&transceiver1>;
|
||||
};
|
||||
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue