boards/arm/efr32xg24_dk2601b: enable watchdog
This commit sets the status of the watchdog node to 'okay'. Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
parent
3c44d380e4
commit
bf0b8270d4
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&wdog0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
|
|
|
|||
Loading…
Reference in a new issue