Commit 9137b849 authored by Patrice Chotard's avatar Patrice Chotard Committed by Alexandre Torgue

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: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent e51acdb0
......@@ -63,7 +63,7 @@ aliases {
};
&clk_hse {
clock-frequency = <125000000>;
clock-frequency = <25000000>;
};
&usart2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment