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: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2025-04-16 16:11:00 +02:00 committed by Benjamin Cabé
commit 785d0bbfb3

View file

@ -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>;
};