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

Fix HSE frequency to 25Mhz for STM32H743 Eval Board

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Gabriel Fernandez 2017-09-28 14:12:00 +02:00 committed by Alexandre Torgue
parent 9bd7b77af8
commit d69455cda1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ adc1: adc@0 {
};
&clk_hse {
clock-frequency = <125000000>;
clock-frequency = <25000000>;
};
&usart1 {