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 43b63b1 commit d67bb71Copy full SHA for d67bb71
include/zephyr/dt-bindings/clock/stm32mp2_clock.h
@@ -69,7 +69,10 @@
69
#define STM32_CLOCK_PERIPH_I2C7 0x7BC
70
#define STM32_CLOCK_PERIPH_I2C8 0x7C0
71
72
+/* Watchdog Peripheral */
73
+#define STM32_CLOCK_PERIPH_WWDG1 0x89C
74
+
75
#define STM32_CLOCK_PERIPH_MIN STM32_CLOCK_PERIPH_GPIOA
-#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_I2C8
76
+#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_WWDG1
77
78
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP2_CLOCK_H_ */
0 commit comments