soc: stm32l1: Add support for STM32 IWDG
The driver for STM32's independent watchdog already exists and is compatible with the stm32l1 SoC. Enable the independent watchdog for the stm32l1 series for use with this driver. Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
This commit is contained in:
parent
637582dfae
commit
271bd8bcea
3 changed files with 13 additions and 0 deletions
|
@ -173,6 +173,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
iwdg: watchdog@40003000 {
|
||||
compatible = "st,stm32-watchdog";
|
||||
reg = <0x40003000 0x400>;
|
||||
label = "IWDG";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
wwdg: watchdog@40002c00 {
|
||||
compatible = "st,stm32-window-watchdog";
|
||||
reg = <0x40002C00 0x400>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue