Skip to content

Commit 9e21615

Browse files
gautierg-stkartben
authored andcommitted
boards: st: nucleo_n657x0_q: fix uart3 clock
USART3 clock on the Nucleo-N657X0-Q was incorrectly configured (copy/paste from the DK board). Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 7380241 commit 9e21615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
};
168168

169169
&usart3 {
170-
clocks = <&rcc STM32_CLOCK(APB1, 17)>,
171-
<&rcc STM32_SRC_CKPER USART2_SEL(1)>;
170+
clocks = <&rcc STM32_CLOCK(APB1, 18)>,
171+
<&rcc STM32_SRC_CKPER USART3_SEL(1)>;
172172
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
173173
pinctrl-names = "default";
174174
current-speed = <115200>;

0 commit comments

Comments
 (0)