How to configure Gpio pin for SDIO interface

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to configure Gpio pin for SDIO interface

2,366件の閲覧回数
ebrahimshaik
Contributor I

Hi,

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

0 件の賞賛
返信
2 返答(返信)

2,212件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

pls refer to the link as below:

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

0 件の賞賛
返信

2,212件の閲覧回数
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 件の賞賛
返信