Skip to content

Commit 69947b4

Browse files
lucbeaufilsTanguy Raufflet
authored andcommitted
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 2c12fe7 commit 69947b4

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
@@ -59,7 +59,10 @@
5959
#define STM32_CLOCK_PERIPH_I2C6 0x7B8
6060
#define STM32_CLOCK_PERIPH_I2C7 0x7BC
6161

62+
/* Watchdog Peripheral */
63+
#define STM32_CLOCK_PERIPH_WWDG1 0x89C
64+
6265
#define STM32_CLOCK_PERIPH_MIN STM32_CLOCK_PERIPH_GPIOA
63-
#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_I2C7
66+
#define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_WWDG1
6467

6568
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP2_CLOCK_H_ */

0 commit comments

Comments
 (0)