How to configure Gpio pin for SDIO interface

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to configure Gpio pin for SDIO interface

2,340 次查看
ebrahimshaik
Contributor I

Hi,

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

0 项奖励
回复
2 回复数

2,186 次查看
joanxie
NXP TechSupport
NXP TechSupport

pls refer to the link as below:

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

0 项奖励
回复

2,186 次查看
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 项奖励
回复