Interfacing IMX8QXP with IW611

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

Interfacing IMX8QXP with IW611

972件の閲覧回数
Rohith04
Contributor II

Hi Team,

In our target board, we are using ENET pins as SDIO lines. Please find the attached screenshot of the schematics and the DTSI file. These SDIO lines are interfaced with IW611 and in this scenario, we are unable to detect the High-speed mode and ultra-high-speed mode. Please check and let us know if there is any mistake. 

 

Screenshot 2024-05-24 121442.png

 

Rohith04_3-1716533957978.png

 

Rohith04_2-1716533626300.png

Rohith04_5-1716533998100.png

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

933件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

You can try the option 2 (based on you have tried option 1 already).

https://community.nxp.com/t5/i-MX-Processors/Forcing-to-configure-my-sdio-device-in-high-speed-mode-...

Regards

0 件の賞賛
返信

876件の閲覧回数
Abisek
Contributor I

Hi,
Thanks for your reply
Initially, we had tried with these entries only since the issues were resolvable.
&usdhc2 {
assigned-clocks = <&clk IMX_SC_R_SDHC_1 IMX_SC_PM_CLK_PER>;
assigned-clock-rates = <200000000>;
pinctrl-names = "default", "state_100mhz", "state_200mhz";
pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
pinctrl-1 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
pinctrl-2 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
bus-width = <4>;
keep-power-in-suspend;
enable-sdio-wakeup;
status = "okay";
};

0 件の賞賛
返信