boards: nucleo_h563zi: change pll1 pllq frequency to 160MHz
In preparation for CAN support, this commit changes the q divier of PLL1 from 2 to 3 to result in a output frequency of 160MHz. Using a can clk-divider of 2 a 80MHz Core clock frequency can be configured which is recommended for can bit rates over 2MHz for good interoperability between nodes. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
parent
edbe34eaf2
commit
26f44a6d92
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
div-m = <2>;
|
||||
mul-n = <120>;
|
||||
div-p = <2>;
|
||||
div-q = <2>;
|
||||
div-q = <3>;
|
||||
div-r = <2>;
|
||||
clocks = <&clk_hse>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in a new issue