提交 9137b849 编写于 作者: P Patrice Chotard 提交者: 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: NPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 e51acdb0
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
}; };
&clk_hse { &clk_hse {
clock-frequency = <125000000>; clock-frequency = <25000000>;
}; };
&usart2 { &usart2 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册