Skip to content

Commit 09944c6

Browse files
committed
Add watchdog to deployment mod
1 parent 4649999 commit 09944c6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

boards/arm/deployment_module/deployment_module.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
// logfs = &lfs1;
2121

2222
rtc = &rtc;
23+
watchdog = &iwdg;
2324
};
2425

2526
// fstab {
@@ -289,3 +290,7 @@
289290
};
290291
};
291292
};
293+
294+
&iwdg {
295+
status = "okay";
296+
};

0 commit comments

Comments
 (0)