Commit d69455cd authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Alexandre Torgue

ARM: dts: stm32: fix hse clock frequency on STM32H743 Eval board

Fix HSE frequency to 25Mhz for STM32H743 Eval Board
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 9bd7b77a
...@@ -81,7 +81,7 @@ adc1: adc@0 { ...@@ -81,7 +81,7 @@ adc1: adc@0 {
}; };
&clk_hse { &clk_hse {
clock-frequency = <125000000>; clock-frequency = <25000000>;
}; };
&usart1 { &usart1 {
......
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