aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r--src/stm32/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index aa67dc91..65e7e36d 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -208,7 +208,8 @@ config CLOCK_FREQ
default 64000000 if MACH_STM32G0
default 150000000 if MACH_STM32G431
default 170000000 if MACH_STM32G474
- default 400000000 if MACH_STM32H7 # 400Mhz is max Klipper currently supports
+ default 520000000 if MACH_STM32H723
+ default 400000000 if MACH_STM32H743 || MACH_STM32H750
default 80000000 if MACH_STM32L412
default 64000000 if MACH_N32G45x && STM32_CLOCK_REF_INTERNAL
default 128000000 if MACH_N32G45x