Tool/software: Linux
Hi TI,
I am using ZYNQ ZC7030 customized processor board,where i am using TI-DP83867E PHY to the MAC of ZYNQ board.
In EVM (ZC706) board we were having marvel PHY which is replaced by TI-DP83867E PHY.
So, while booting it is showing error as below
1.PHY is not detected
2.GEM PHYINIT FAILED
3.no Ethernet found
and i am having doubt with my PHY_ADDRESS and i am using same address as our hardware engineer mention.
DP83867configurationstraps: RX_D0---->MODE-2[01]
RX_D1--->MODE-1[00],WHICH INDICATED phy_address as 01 which we mentioned in dtb.So what is solution for this .
How do i resolve it.
my dtb node at UBOOT,
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
phy-handle = <ðernet_phy>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gem0_default>;
ethernet_phy: ethernet-phy@1 {
reg = <1>;
device_type = "ethernet-phy";
ti,rx-internal-delay = <0x8>;
ti,tx-internal-delay = <0xa>;
ti,fifo-depth = <0x01>;
};
Any help is accepted.
Regards,
sai.