boards: nucleo_l152re: Explicitly set apb2-prescaler
This board clock configuration was relying on default Kconfig value for APB2 value, and hence apb2 has not been converted to device tree. Explicit apb2 value in dts. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
704a0a398a
commit
02ce386d05
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
clock-frequency = <DT_FREQ_M(32)>;
|
||||
ahb-prescaler = <1>;
|
||||
apb1-prescaler = <1>;
|
||||
apb2-prescaler = <1>;
|
||||
};
|
||||
|
||||
&usart2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue