zephyr/soc/st/stm32/stm32l0x
Lubos Koudelka 88de80b774 drivers: clock_control: stm32: adding config_regulator_voltage for L0
STM32 MCU shall set voltage regulator level with respect to set clock
frequency to reach optimal power consumption.
Voltage regulator is set prior to clock setting based on configuration
from dts/overlay file. Config_regulator_voltage is set as weak in
clock_stm32_ll_common - config_regulator_voltage can be
extended to other STM32 families without need to rewrite heavily
family clock driver, default one can be still used.

Signed-off-by: Lubos Koudelka <lubos.koudelka@st.com>
2024-05-30 09:47:12 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.defconfig.stm32l010x4
Kconfig.defconfig.stm32l010x6
Kconfig.defconfig.stm32l010x8
Kconfig.defconfig.stm32l010xb
Kconfig.defconfig.stm32l011xx
Kconfig.defconfig.stm32l031xx
Kconfig.defconfig.stm32l051xx
Kconfig.defconfig.stm32l053xx
Kconfig.defconfig.stm32l071xx
Kconfig.defconfig.stm32l072xx
Kconfig.defconfig.stm32l073xx
Kconfig.defconfig.stm32l081xx
Kconfig.soc
power.c
soc.c
soc.h