soc: stm32wb: Add support for STM32 IWDG
The driver for STM32's independent watchdog already exists and is compatible with the stm32wb SoC. Enable the independent watchdog for the stm32wb series for use with this driver. Signed-off-by: Robert Weber <robertweber95@gmail.com>
This commit is contained in:
parent
5a12d51285
commit
17f545be7d
3 changed files with 14 additions and 2 deletions
|
@ -155,6 +155,8 @@
|
|||
#define DT_ADC_1_CLOCK_BITS DT_ST_STM32_ADC_50040000_CLOCK_BITS_0
|
||||
#define DT_ADC_1_CLOCK_BUS DT_ST_STM32_ADC_50040000_CLOCK_BUS_0
|
||||
|
||||
#define DT_WDT_0_NAME DT_INST_0_ST_STM32_WATCHDOG_LABEL
|
||||
|
||||
#define DT_WWDT_0_BASE_ADDRESS DT_INST_0_ST_STM32_WINDOW_WATCHDOG_BASE_ADDRESS
|
||||
#define DT_WWDT_0_NAME DT_INST_0_ST_STM32_WINDOW_WATCHDOG_LABEL
|
||||
#define DT_WWDT_0_IRQ DT_INST_0_ST_STM32_WINDOW_WATCHDOG_IRQ_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue