boards: stm32f469i_disco: Tune freq to provide USB compatible freq

In order to be able to provide 48MHz on PLL-Q, slightly decrease
core clock freq.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2023-01-10 15:23:26 +01:00 committed by Fabio Baltieri
commit f0d21f090e

View file

@ -69,7 +69,7 @@
&pll {
div-m = <8>;
mul-n = <360>;
mul-n = <336>;
div-p = <2>;
div-q = <7>;
clocks = <&clk_hse>;
@ -78,7 +78,7 @@
&rcc {
clocks = <&pll>;
clock-frequency = <DT_FREQ_M(180)>;
clock-frequency = <DT_FREQ_M(168)>;
ahb-prescaler = <1>;
apb1-prescaler = <4>;
apb2-prescaler = <2>;