zephyr/include/drivers/clock_control
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks
Convert from device_get_binding to DEVICE_DT_GET.  In doing this we
no longer need the label in the devicetree node so we remove that.

Removed all __ASSERT_NO_MSG(clk) since we'll get a build error if
DEVICE_DT_GET cant be satisfied, and the clock control api's will
handle reporting if the device_is_ready.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-16 17:01:37 -06:00
..
arm_clock_control.h
clock_control_litex.h drivers: clock control: Add LiteX clock control driver 2020-12-06 12:35:16 -05:00
lpc11u6x_clock_control.h drivers: clock_control: lpc11u6x: Add support for clock controller 2020-07-29 20:12:24 +02:00
nrf_clock_control.h drivers: clock_control: nrf: Add audio clock support to nrf53 2020-12-10 12:58:49 +01:00
stm32_clock_control.h soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00