From 50c91c25535eae1c11ad38b95f95b6c3f697df52 Mon Sep 17 00:00:00 2001 From: Guillaume Gautier Date: Wed, 16 Apr 2025 16:11:00 +0200 Subject: [PATCH] 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 --- boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi index 1e4f59dcfda5..52e39d57490d 100644 --- a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi +++ b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi @@ -170,7 +170,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>; };