We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f305a1 commit d97c979Copy full SHA for d97c979
include/zephyr/dt-bindings/clock/stm32mp2_clock.h
@@ -50,7 +50,10 @@
50
#define STM32_CLOCK_PERIPH_UART8 0x798
51
#define STM32_CLOCK_PERIPH_UART9 0x79C
52
53
+/* Watchdog Peripheral */
54
+#define STM32_CLOCK_PERIPH_WWDG1 0x89C
55
+
56
#define STM32_CLOCK_PERIPH_MIN STM32_CLOCK_PERIPH_GPIOA
-#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_UART9
57
+#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_WWDG1
58
59
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP2_CLOCK_H_ */
0 commit comments