dts: stm32: Add watchdog nodes to STM32 dtsi files
Provide watchdog node definition to stm32 dtsi files to enable watchdog configuration by device tree. Add matching st,stm32-watchdog binding. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
1a05f2fae3
commit
12166b61ee
9 changed files with 85 additions and 0 deletions
|
@ -160,6 +160,12 @@
|
|||
label = "SPI_1";
|
||||
};
|
||||
|
||||
idwg: watchdog@40003000 {
|
||||
compatible = "st,stm32-watchdog";
|
||||
reg = <0x40003000 0x400>;
|
||||
label = "IWDG";
|
||||
};
|
||||
|
||||
timers1: timers@40012c00 {
|
||||
compatible = "st,stm32-timers";
|
||||
reg = <0x40012c00 0x400>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue