Skip to content

Commit d97c979

Browse files
committed
dt-bindings: stm32mp2_clock: add wwdg1 clock
Add clock binding for WWDG1 peripheral in STM32MP2 series. Signed-off-by: Luc BEAUFILS <luc.beaufils@savoirfairelinux.com>
1 parent 9f305a1 commit d97c979

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/zephyr/dt-bindings/clock/stm32mp2_clock.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
#define STM32_CLOCK_PERIPH_UART8 0x798
5151
#define STM32_CLOCK_PERIPH_UART9 0x79C
5252

53+
/* Watchdog Peripheral */
54+
#define STM32_CLOCK_PERIPH_WWDG1 0x89C
55+
5356
#define STM32_CLOCK_PERIPH_MIN STM32_CLOCK_PERIPH_GPIOA
54-
#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_UART9
57+
#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_WWDG1
5558

5659
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP2_CLOCK_H_ */

0 commit comments

Comments
 (0)