Skip to content

Commit d67bb71

Browse files
lucbeaufilskartben
authored andcommitted
dt-bindings: stm32mp2_clock: add wwdg1 clock
Add clock binding for WWDG1 peripheral in STM32MP2 series. Signed-off-by: Luc BEAUFILS <[email protected]>
1 parent 43b63b1 commit d67bb71

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
@@ -69,7 +69,10 @@
6969
#define STM32_CLOCK_PERIPH_I2C7 0x7BC
7070
#define STM32_CLOCK_PERIPH_I2C8 0x7C0
7171

72+
/* Watchdog Peripheral */
73+
#define STM32_CLOCK_PERIPH_WWDG1 0x89C
74+
7275
#define STM32_CLOCK_PERIPH_MIN STM32_CLOCK_PERIPH_GPIOA
73-
#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_I2C8
76+
#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_WWDG1
7477

7578
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP2_CLOCK_H_ */

0 commit comments

Comments
 (0)