Interfacing IMX8QXP with IW611

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

Interfacing IMX8QXP with IW611

1,337 次查看
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 回复数

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

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