zephyr/tests/drivers/clock_control/stm32_clock_configuration
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
..
stm32_common_core tests/drivers/clock_control: stm32_common: Move to stm32_common_core 2022-05-10 18:42:30 +02:00
stm32_common_devices include: stm32: clock_control: Ease usage of STM32_DT_CLOCKS macro 2022-06-28 11:07:29 +02:00
stm32h7_core tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
stm32h7_devices include: stm32: clock_control: Ease usage of STM32_DT_CLOCKS macro 2022-06-28 11:07:29 +02:00
stm32u5_core tests/drivers/clock_control: stm32u5: Fix pll_msis_80 test config 2022-05-10 18:42:30 +02:00
stm32u5_devices include: stm32: clock_control: Ease usage of STM32_DT_CLOCKS macro 2022-06-28 11:07:29 +02:00