Interfacing IMX8QXP with IW611

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

Interfacing IMX8QXP with IW611

422 Views
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 Kudos
Reply
2 Replies

383 Views
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 Kudos
Reply

326 Views
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 Kudos
Reply