boards: nucleo_h563zi: Fix APB3 bus clock
240MHz as APB3 bus clock is too fast to set I2C base bus speed.
Set bus pre-scaler to 2 and reach a safe 120MHz.
This commit is very similar to
456183f982
.
Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
This commit is contained in:
parent
837d09ed9e
commit
e231442672
|
@ -84,7 +84,7 @@
|
|||
ahb-prescaler = <1>;
|
||||
apb1-prescaler = <2>;
|
||||
apb2-prescaler = <1>;
|
||||
apb3-prescaler = <1>;
|
||||
apb3-prescaler = <2>;
|
||||
};
|
||||
|
||||
&lpuart1 {
|
||||
|
|
Loading…
Reference in a new issue