Skip to content

Commit 785d0bb

Browse files
gautierg-stkartben
authored andcommitted
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 <[email protected]>
1 parent 80f7124 commit 785d0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
&sdmmc2_ck_pc2 &sdmmc2_cmd_pc3>;
189189
pinctrl-names = "default";
190190
bus-width = <4>;
191-
cd-gpios = <&gpion 8 GPIO_ACTIVE_HIGH>;
191+
cd-gpios = <&gpion 12 GPIO_ACTIVE_HIGH>;
192192
pwr-gpios = <&gpioq 7 GPIO_ACTIVE_HIGH>;
193193
};
194194

0 commit comments

Comments
 (0)