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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
};

&clk_hse {
	clock-frequency = <125000000>;
	clock-frequency = <25000000>;
};

&usart2 {