tests: drivers: clock control of stm32wba serie
Add the nucleo_wba55 target for running the test clock configuration. HSI must not be disabled Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
97832dc5eb
commit
e7b267d727
2 changed files with 4 additions and 8 deletions
|
@ -11,11 +11,7 @@
|
||||||
|
|
||||||
&clk_hse {
|
&clk_hse {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
/delete-property/ hse-div;
|
/delete-property/ hse-div2;
|
||||||
};
|
|
||||||
|
|
||||||
&clk_hsi {
|
|
||||||
status = "disabled";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&clk_lse {
|
&clk_lse {
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
common:
|
common:
|
||||||
timeout: 5
|
timeout: 5
|
||||||
platform_allow: nucleo_wba52cg
|
platform_allow: nucleo_wba52cg nucleo_wba55cg
|
||||||
tests:
|
tests:
|
||||||
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hsi_32:
|
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hsi_16:
|
||||||
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_16.overlay"
|
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_16.overlay"
|
||||||
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hsi_32_ahb5_div:
|
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hsi_16_ahb5_div:
|
||||||
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_16_ahb5_div.overlay"
|
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_16_ahb5_div.overlay"
|
||||||
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hse_16:
|
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hse_16:
|
||||||
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_16.overlay"
|
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_16.overlay"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue