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:
parent
92ac6d8fc6
commit
c8b0a8d41f
5 changed files with 60 additions and 3 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue