forked from Minki/linux
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:
parent
e51acdb030
commit
9137b8498c
@ -63,7 +63,7 @@
|
||||
};
|
||||
|
||||
&clk_hse {
|
||||
clock-frequency = <125000000>;
|
||||
clock-frequency = <25000000>;
|
||||
};
|
||||
|
||||
&usart2 {
|
||||
|
Loading…
Reference in New Issue
Block a user