dts: arm: st: wba: add watchdog for stm32wba
Add watchdog for STM32WBA Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
5b1df1936c
commit
33e072be01
1 changed files with 14 additions and 0 deletions
|
@ -188,6 +188,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
iwdg: watchdog@40003000 {
|
||||
compatible = "st,stm32-watchdog";
|
||||
reg = <0x40003000 0x400>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
wwdg: watchdog@40002c00 {
|
||||
compatible = "st,stm32-window-watchdog";
|
||||
reg = <0x40002C00 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000800>;
|
||||
interrupts = <0 7>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usart1: serial@40013800 {
|
||||
compatible = "st,stm32-usart", "st,stm32-uart";
|
||||
reg = <0x40013800 0x400>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue