How to configure Gpio pin for SDIO interface

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configure Gpio pin for SDIO interface

841 Views
ebrahimshaik
Contributor I

Hi,

How to configure Gpio pin for SDIO interface to IMX6SLEVK board in a dtsi file.

0 Kudos
2 Replies

687 Views
joanxie
NXP TechSupport
NXP TechSupport

pls refer to the link as below:

https://community.nxp.com/message/918705 

0 Kudos

687 Views
ebrahimshaik
Contributor I

For sabresd_6dq dtsi file gpio configuration is

&usdhc2 {
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_usdhc2>;
    no-1-8-v;
    wifi-host;
    keep-power-in-suspend;
    enable-sdio-wakeup;
    non-removable;
    status = "okay";
};

comment the usdhc2 below one and set the above usdhc2 address.

How to set for imx6sl board file gpio configuration for SDIO pin setting.

0 Kudos