Tool/software:
Hi Team,
Currently im trying to interface a dp83tg720 chipset on imx8qm.
Setup Details are as follows:
Kernel: 6.6.23 (nxp-imx) bsp
EVK: Imx8QM with one ehernet connected .
Driver: https://github.com/nxp-imx/linux-imx/blob/lf-6.12.y/drivers/net/phy/dp83tg720.c
I have made the BSP changes for RGMI2 interface.
The Mdio lines are shared between both the Phy's. (One is internal phy connected on EVK)
The device probe fails with the log:
[ 2.968110] mdio_bus 5b040000.ethernet-1: MDIO device at address 12 is missing.
We are able to observe the following:
1) All the power supplies: VDDIO_1V8,1V0,3V3 proper.
2) Crystal frequency getting 25 Mhz.
3) MDC frequency 2.5Mhz.
4) MDIO are getting observed with NACK.
5) Reset we are able to observe.
Using phytool im able to get the output of the phy connected over 0th address.
However for Address 12 we are observing FFFFFFF response.
Regards,
Dhananjay Sutariya