How can I access ENET_QOS PHY over MDIO bus on a 8MPLUSLPD4-EVK board

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

How can I access ENET_QOS PHY over MDIO bus on a 8MPLUSLPD4-EVK board

跳至解决方案
652 次查看
mdanilau
Contributor I

Hi,

i'm evaluating a 8MPLUSLPD4-EVK board and i would like to access ENET_QOS PHY (U23 in schematics) over MDIO bus. Unfortunately it looks like (s. p. 8 of official schematics) the MDIO bus is not default soldered to U23. I cannot solder this connection for i'm not allowed to change a reference board.

Is there a way to communicate with U23 over MDIO?

Regards

 

0 项奖励
回复
1 解答
633 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

The mentioned missed connection is to use FEC MDIO bus, the default configuration is that FEC MDIO bus talks to FEC PHY @ 0x01 and EQOS MDIO bus talks to EQOS PHY @ 0x01.

Please run the below command in U-Boot to list the MDIO buses and locate the EQOS PHY.

=> mdio list

Regards

在原帖中查看解决方案

1 回复
634 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

The mentioned missed connection is to use FEC MDIO bus, the default configuration is that FEC MDIO bus talks to FEC PHY @ 0x01 and EQOS MDIO bus talks to EQOS PHY @ 0x01.

Please run the below command in U-Boot to list the MDIO buses and locate the EQOS PHY.

=> mdio list

Regards