drivers: clock_control: Add STM32L1X clock support

Add clock support for STM32L1X SoC series.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
Manivannan Sadhasivam 2019-01-04 22:01:15 +05:30 committed by Kumar Gala
commit c8b0a8d41f
5 changed files with 60 additions and 3 deletions

View file

@ -29,6 +29,12 @@
#include <stm32l1xx_ll_system.h>
#ifdef CONFIG_CLOCK_CONTROL_STM32_CUBE
#include <stm32l1xx_ll_utils.h>
#include <stm32l1xx_ll_bus.h>
#include <stm32l1xx_ll_rcc.h>
#endif /* CONFIG_CLOCK_CONTROL_STM32_CUBE */
#endif /* !_ASMLANGUAGE */
#endif /* _STM32L1_SOC_H_ */