zephyr/drivers/clock_control
Vinayak Chettimada 5843e8df89 drivers: clock_control: Add nRF5x Series SoC clock driver
In the Nordic Semiconductor's nRF5x series SoC clock control
system can source the system clocks from a range of internal or
external high and low frequency oscillators and distribute them
to modules based upon a module’s individual requirements.
In this commit the implementation adds support for 16MHz
peripheral clock, 32.768 kHz RC oscillator, and 32.768 kHz
crystal oscillator clock sources.

16MHz peripheral clock is required to use the 2.4GHz Radio
peripheral. 32.768 kHz RC or crystal oscillator clock source
is required to use the real time counter peripheral.

Jira: ZEP-896

Change-id: I1a1e22322a5a26b587f3e27bb979e6296987ac1c
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
2016-10-18 13:03:41 +00:00
..
Kconfig drivers: clock_control: Add nRF5x Series SoC clock driver 2016-10-18 13:03:41 +00:00
Kconfig.nrf5 drivers: clock_control: Add nRF5x Series SoC clock driver 2016-10-18 13:03:41 +00:00
Kconfig.quark_se boards: rename Quark SE Devboard to Quark SE C1000 2016-09-16 03:10:31 +00:00
Kconfig.stm32f10x stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1X 2016-04-18 21:24:58 +00:00
Makefile drivers: clock_control: Add nRF5x Series SoC clock driver 2016-10-18 13:03:41 +00:00
nrf5_power_clock.c drivers: clock_control: Add nRF5x Series SoC clock driver 2016-10-18 13:03:41 +00:00
quark_se_clock_control.c clock/quark: Make config_info pointers const. 2016-10-08 11:40:15 +00:00
stm32f10x_clock.c clock_control/stm32f10x: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:14 +00:00