zephyr/tests/drivers/clock_control
Erwan Gouriou bced529f78 include: stm32: clock_control: Ease usage of STM32_DT_CLOCKS macro
STM32_DT_CLOCKS was designed to take a device tree node label name as
argument: STM32_DT_CLOCKS(uart1)
Change its implementation to take a node identifier instead:
STM32_DT_CLOCKS(DT_NODELABEL(uart1)).

This make its usage more flexible since the argument can now be extracted
from other DT macros such as DT_PARENT. Then, the following can be done:
STM32_DT_CLOCKS(DT_PARENT(child_node_label)).

Since it is now possible implement STM32_DT_INST_CLOCKS using
STM32_DT_CLOCKS.

Finally, update existing STM32_DT_CLOCKS users and convert
STM32_INST_CLOCK_INFO users to STM32_CLOCK_INFO.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-06-28 11:07:29 +02:00
..
cavs_clock drivers/clock_control: Add cAVS clock driver 2022-06-27 12:42:04 +02:00
clock_control_api tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
nrf_clock_calibration tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
nrf_lf_clock_start tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
nrf_onoff_and_bt tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
onoff tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
stm32_clock_configuration include: stm32: clock_control: Ease usage of STM32_DT_CLOCKS macro 2022-06-28 11:07:29 +02:00