Skip to content

Commit 55d73d1

Browse files
committed
boards: stm32n6570_dk: Assign XSPI1 clock to HCLK
Due to a BootROM clock switching issue, XSPI1 should use HCLK otherwise app won't restart on reset. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent 4e59566 commit 55d73d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ zephyr_udc0: &usbotg_hs1 {
295295
&xspim_p1_io15_pp15>;
296296
pinctrl-names = "default";
297297
clocks = <&rcc STM32_CLOCK(AHB5, 5)>,
298-
<&rcc STM32_SRC_IC3 XSPI1_SEL(2)>,
298+
<&rcc STM32_SRC_HCLK5 XSPI1_SEL(0)>,
299299
<&rcc STM32_CLOCK(AHB5, 13)>;
300300
status = "okay";
301301

0 commit comments

Comments
 (0)