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:
parent
80f7124155
commit
785d0bbfb3
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue