boards: stm32: watchdog enable watchdog support with dt
Now that stm32 watchdog should be configured by device tree, update dts file of boards declaring watchdog support. Additionally update doc and yaml files. Add support on some boards that were used to validate the driver update: - disco_l475_iot1 - nucleo_f207zg - nucleo_f429zi - nucleo_f746zg - nucleo_f073rz Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
7ae381a808
commit
f3e5b6f5c8
45 changed files with 103 additions and 16 deletions
|
@ -46,3 +46,7 @@
|
|||
pinctrl-names = "default";
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&idwg {
|
||||
status = "ok";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue