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:
Jeppe Odgaard 2024-04-05 13:36:16 +02:00 committed by Carles Cufí
parent 837d09ed9e
commit e231442672

View file

@ -84,7 +84,7 @@
ahb-prescaler = <1>; ahb-prescaler = <1>;
apb1-prescaler = <2>; apb1-prescaler = <2>;
apb2-prescaler = <1>; apb2-prescaler = <1>;
apb3-prescaler = <1>; apb3-prescaler = <2>;
}; };
&lpuart1 { &lpuart1 {