dts: arm: stm32l0 LSI clock freq is 37kHz

Corrects the LSI clock freq for stm32l0x mcus
especially stm32l0x1 stm32l0x2 stm32l0x3 series

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-02-17 11:24:04 +01:00 committed by Christopher Friedt
parent 59a491efd6
commit feb1630492
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
clk_lsi: clk-lsi {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <DT_FREQ_K(32)>;
clock-frequency = <DT_FREQ_K(37)>;
status = "disabled";
};