mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
drivers: clock control for the new stm32h5 serie
Add the driver for the clock control of the new stm32h5. See the corresponding Ref Man to get the clock scheme : HSI, CSI, HSI48, HSE, LSE, and 2 or 3 PLLs Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
committed by
Carles Cufí
parent
806cfbf365
commit
4a6a703f0f
@@ -30,6 +30,8 @@ if(CONFIG_SOC_SERIES_STM32MP1X)
|
||||
zephyr_library_sources(clock_stm32_ll_mp1.c)
|
||||
elseif(CONFIG_SOC_SERIES_STM32H7X)
|
||||
zephyr_library_sources(clock_stm32_ll_h7.c)
|
||||
elseif(CONFIG_SOC_SERIES_STM32H5X)
|
||||
zephyr_library_sources(clock_stm32_ll_h5.c)
|
||||
elseif(CONFIG_SOC_SERIES_STM32U5X)
|
||||
zephyr_library_sources(clock_stm32_ll_u5.c)
|
||||
else()
|
||||
|
||||
759
drivers/clock_control/clock_stm32_ll_h5.c
Normal file
759
drivers/clock_control/clock_stm32_ll_h5.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user