Commit 785d0bbf authored by Guillaume Gautier's avatar Guillaume Gautier Committed by Benjamin Cabé
Browse files

boards: st: n6_dk: fix sdmmc cd pin



CD pin of the SDMMC on the STM32N6570-DK board was incorrectly set as
PN8. Fixes the pin to PN12 as per the schematic.

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent 80f71241
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@
			&sdmmc2_ck_pc2 &sdmmc2_cmd_pc3>;
	pinctrl-names = "default";
	bus-width = <4>;
	cd-gpios = <&gpion 8 GPIO_ACTIVE_HIGH>;
	cd-gpios = <&gpion 12 GPIO_ACTIVE_HIGH>;
	pwr-gpios = <&gpioq 7 GPIO_ACTIVE_HIGH>;
};