ARM: dts: stm32: Update ck_flexgen_08 frequency.

Spurious characters are displayed on U-Boot console.
Usart2 clock is ck_flexgen_08 and its frequency is set
to an incorrect value.

Update ck_flexgen_08 frequency from 100MHz to 64MHz.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
Patrice Chotard 2025-01-09 11:21:48 +01:00
parent 6b20aed7cf
commit 84bbb8f59a

View File

@ -38,7 +38,7 @@
ck_flexgen_08: ck-flexgen-08 {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <100000000>;
clock-frequency = <64000000>;
};
ck_flexgen_51: ck-flexgen-51 {