ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board

The HSE oscillator frequency was wrongly set to 125MHz instead of 25MHz.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Patrice Chotard 2018-01-26 17:23:00 +01:00 committed by Alexandre Torgue
parent e51acdb030
commit 9137b8498c

View File

@ -63,7 +63,7 @@
};
&clk_hse {
clock-frequency = <125000000>;
clock-frequency = <25000000>;
};
&usart2 {