zephyr/drivers/clock_control
Erwan Gouriou 9e351db03e drivers/clock_control: stm32: Add stm32u5 support
Add clock_control driver to stm32u5 support.
For this series, now deprecated STM32 clock Kconfig symbols
are not added.
Due to a divergence in MSI clock definition, PLL1 use
instead of PLL and lack of sufficient abstraction abstraction
for these a dedicated file has been added.
This should be reshuffled:
- once a better abstraction is provided by LL API for these
- when some stm32 clock control driver rework will be done
after complete removal of Kconfig STM32 clock symbols.

Tested in MSI, HSI, PLL based HSI and PLL based MSI.
Not tested on HSE due to lack of compatible hardware.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-07-29 07:28:32 -05:00
..
beetle_clock_control.c
clock_control_esp32.c
clock_control_esp32.h
clock_control_litex.c
clock_control_litex.h
clock_control_lpc11u6x.c
clock_control_lpc11u6x.h
clock_control_mchp_xec.c Microchip: MEC172x clock control driver 2021-07-21 17:46:07 -04:00
clock_control_mcux_ccm_rev2.c
clock_control_mcux_ccm.c
clock_control_mcux_mcg.c
clock_control_mcux_pcc.c
clock_control_mcux_scg.c
clock_control_mcux_sim.c
clock_control_mcux_syscon.c
clock_control_npcx.c
clock_control_nrf.c drivers: clock_control_nrf: Add configuration of HFCLKAUDIO frequency 2021-07-20 10:13:56 +03:00
clock_control_rcar_cpg_mssr.c
clock_control_rv32m1_pcc.c
clock_stm32_ll_common.c drivers/clock_control: stm32: Fixes around LSE clock 2021-07-15 10:13:01 +03:00
clock_stm32_ll_common.h
clock_stm32_ll_h7.c drivers: clock_control: stm32h7: fix comment mistake 'bansk' 2021-07-26 12:23:41 -04:00
clock_stm32_ll_mp1.c
clock_stm32_ll_u5.c drivers/clock_control: stm32: Add stm32u5 support 2021-07-29 07:28:32 -05:00
clock_stm32f0_f3.c
clock_stm32f1.c
clock_stm32f2_f4_f7.c
clock_stm32g0.c
clock_stm32g4.c drivers: clock_control: clock_stm32g4: Fix ifdef STM32_LSE_CLOCK 2021-07-21 06:29:31 -04:00
clock_stm32l0_l1.c
clock_stm32l4_l5_wb_wl.c
CMakeLists.txt drivers/clock_control: stm32: Add stm32u5 support 2021-07-29 07:28:32 -05:00
Kconfig Microchip: MEC172x clock control driver 2021-07-21 17:46:07 -04:00
Kconfig.beetle
Kconfig.esp32
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.mcux_ccm
Kconfig.mcux_ccm_rev2
Kconfig.mcux_mcg
Kconfig.mcux_pcc
Kconfig.mcux_scg
Kconfig.mcux_sim
Kconfig.mcux_syscon
Kconfig.npcx
Kconfig.nrf
Kconfig.rcar
Kconfig.rv32m1
Kconfig.stm32
Kconfig.stm32f0_f3
Kconfig.stm32f1
Kconfig.stm32f2_f4_f7
Kconfig.stm32g0
Kconfig.stm32g4
Kconfig.stm32h7
Kconfig.stm32l0_l1
Kconfig.stm32l4_l5_wb_wl
Kconfig.xec Microchip: MEC172x clock control driver 2021-07-21 17:46:07 -04:00
nrf_clock_calibration.c
nrf_clock_calibration.h