drivers: clock_control: Provide support for stm32l0x

Add Clock Control support for the stm32l0x based on reference manuals

Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
This commit is contained in:
Endre Karlson 2018-02-05 07:31:07 +01:00 committed by Kumar Gala
commit e99a79a9b1
5 changed files with 79 additions and 0 deletions

View file

@ -12,6 +12,7 @@
#define STM32_CLOCK_BUS_APB1 2
#define STM32_CLOCK_BUS_APB2 3
#define STM32_CLOCK_BUS_APB1_2 4
#define STM32_CLOCK_BUS_IOP 5
#endif /* __STM32_CLOCK_H */