Skip to content

Commit 1e31faa

Browse files
erwangonashif
authored andcommitted
dts: stm32f4: Fix clock settings for usart1
Clock mask was not set correctly for usart1 in stm32f4.dtsi Fixes #11339 Signed-off-by: Erwan Gouriou <[email protected]>
1 parent f210d11 commit 1e31faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/f4/stm32f4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
usart1: serial@40011000 {
119119
compatible = "st,stm32-usart", "st,stm32-uart";
120120
reg = <0x40011000 0x400>;
121-
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00004000>;
121+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00000010>;
122122
interrupts = <37 0>;
123123
status = "disabled";
124124
label = "UART_1";

0 commit comments

Comments
 (0)