Skip to content

Commit d2a792d

Browse files
GeorgeCGVcarlescufi
authored andcommitted
drivers: clock_control: stm32h7: add stm32h730xx
Add STM32H730xx SoC. Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent 827343a commit d2a792d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clock_control/clock_stm32_ll_h7.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
#define APBx_FREQ_MAX 120000000UL
9999
#elif defined(CONFIG_SOC_STM32H723XX) ||\
100100
defined(CONFIG_SOC_STM32H725XX) ||\
101+
defined(CONFIG_SOC_STM32H730XX) ||\
101102
defined(CONFIG_SOC_STM32H735XX)
102103
/* All h7 SoC with maximum 550MHz SYSCLK */
103104
#define SYSCLK_FREQ_MAX 550000000UL

0 commit comments

Comments
 (0)