Skip to content

Commit f2c3028

Browse files
erwangonashif
authored andcommitted
dts/arm: stm32f2: Fix usart1 clock
usart1 clock setting was wrongly defined. Fix it. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 8b14b83 commit f2c3028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/f2/stm32f2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
usart1: serial@40011000 {
173173
compatible = "st,stm32-usart", "st,stm32-uart";
174174
reg = <0x40011000 0x400>;
175-
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00004000>;
175+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00000010>;
176176
interrupts = <37 0>;
177177
status = "disabled";
178178
label = "UART_1";

0 commit comments

Comments
 (0)