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 {
|
||||
status = "disabled";
|
||||
/delete-property/ hse-div;
|
||||
};
|
||||
|
||||
&clk_hsi {
|
||||
status = "disabled";
|
||||
/delete-property/ hse-div2;
|
||||
};
|
||||
|
||||
&clk_lse {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
common:
|
||||
timeout: 5
|
||||
platform_allow: nucleo_wba52cg
|
||||
platform_allow: nucleo_wba52cg nucleo_wba55cg
|
||||
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"
|
||||
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"
|
||||
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hse_16:
|
||||
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hse_16.overlay"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue