boards: disco_l475_iot1: Add missing bus prescaler props
These were missing but not visible since value was defaulted in Kconfig. With Kconfig deprecation this breaks compilation. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
edaeef1cea
commit
81a5524acc
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@
|
|||
&rcc {
|
||||
clocks = <&pll>;
|
||||
clock-frequency = <DT_FREQ_M(80)>;
|
||||
ahb-prescaler = <1>;
|
||||
apb1-prescaler = <1>;
|
||||
apb2-prescaler = <1>;
|
||||
};
|
||||
|
||||
&usart1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue