zephyr/include/drivers/clock_control
Erwan Gouriou edaeef1cea drivers/clock_control: stm32h7_m4: Don't rely on rcc "clocks" property
In prts of the code, we use rcc node "clocks" property to testify the
use of device tree for clocks configuration.
This doesn't work in case of stm32h7 m4 targets as for those,
"upstream rcc" clock configuration, such as sysclk source selection,
is done on m7 core and hence rcc node doesn't have a "clocks"
property.
To work around this, use alternate "d1cpre" property in case of
stm32h7 targets.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-05-05 16:34:37 -05: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
rcar_clock_control.h drivers: clock_control: add R-Car CPG MSSR driver 2021-04-22 10:38:45 +02:00
stm32_clock_control.h drivers/clock_control: stm32h7_m4: Don't rely on rcc "clocks" property 2021-05-05 16:34:37 -05:00