boards: olimex f4 based: Provide a USB compatible clock on PLL_Q

On these boards, adapt clock configuration to output a USB compatible
48MHz on PLL_Q.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2023-01-10 15:21:14 +01:00 committed by Fabio Baltieri
commit 0b83e1c135
3 changed files with 6 additions and 6 deletions

View file

@ -52,8 +52,8 @@
};
&pll {
div-m = <6>;
mul-n = <168>;
div-m = <12>;
mul-n = <336>;
div-p = <2>;
div-q = <7>;
clocks = <&clk_hse>;

View file

@ -53,8 +53,8 @@
};
&pll {
div-m = <4>;
mul-n = <168>;
div-m = <8>;
mul-n = <336>;
div-p = <2>;
div-q = <7>;
clocks = <&clk_hse>;

View file

@ -52,8 +52,8 @@
};
&pll {
div-m = <6>;
mul-n = <168>;
div-m = <12>;
mul-n = <336>;
div-p = <2>;
div-q = <7>;
clocks = <&clk_hse>;