boards: arm: enabling hsi48 for USB peripheral on stm32 platforms

The different boards with stm32 which have node enabled in their DTS
also requires the HSI48 clock to be enabled.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-11-24 14:46:38 +01:00 committed by Fabio Baltieri
commit d5e304621d
3 changed files with 12 additions and 0 deletions

View file

@ -77,6 +77,10 @@
};
};
&clk_hsi48 {
status = "okay";
};
&clk_hsi {
status = "okay";
};

View file

@ -55,6 +55,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hse {
clock-frequency = <DT_FREQ_M(16)>;
status = "okay";

View file

@ -58,6 +58,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hsi {
status = "okay";
};