boards: arm: enabling hsi48 for SDMMC 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:39:30 +01:00 committed by Fabio Baltieri
parent d5e304621d
commit 7c6fa7c370
2 changed files with 8 additions and 0 deletions

View file

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

View file

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