This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] DP83867IR:当在器件树中给出地址时、PHY ID 会通过 mdiobus 显示 0x00000000。 MDIO 信号为低电平。

Guru**** 2378640 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1528927/dp83867ir-phy-id-is-showing-0x00000000-through-the-mdiobus-when-the-address-is-given-in-devicetree-mdio-signal-is-low

器件型号:DP83867IR

工具/软件:

地址 0 = 0x00000000 处的完整 PHY ID
[get_phy_C22_id:地址 0 处的 PHY ID 无效(全为 1s)   

地址 1 处的完整 PHY ID = 0x00000000
get_phy_C22_id:地址 1 处的 PHY ID 无效(全部为 1)

我已经移除了 RXD0 和 RXD2 的 Strap 配置引脚、因此器件树中给出的地址将为 0、因此 phyID 将通过 MDIO 总线获取 0。  无论我给出的地址是什么、它都取 0x00000000。 复位引脚正常工作、但从 MDIO 开始、没有信号出现、这可能是问题所在。 MDIO 信号为低电平。 需要为此更改任何其他 Strap 配置引脚

我将附上相同的 devetree、请检查有关此问题

FEC{&F)
pinctrl-names =“default";“;
pinctrl-0 =<&pinctrl_FEC>
PHY 模式=“rgmii_id";“;
phy-handle =<&ethphy1>
fsl,magic-packet;
状态=“正常“
local-mac-address =[B2 34 56 78 9a bc]

MDIO{
#address-cells =<1>
#size-cells =<0>
ethphy1Ethernet-phy@1
reg =<0>
RESET-GPIO =<&GPIO5 4 GPIO_ACTIVE_LOW>
reset-assert-us =<500000>
reset-deassert-us =<50000>
TI、rx-internal-delay =<DP83867_RGMIIDCTL_2_00_NS>
TI、tx-internal-delay =<DP83867_RGMIIDCTL_2_00_NS>
TI、dp83867-rxctrl-strap-quirk;
TI、fifo-depth =<DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>

};
};
};
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好:

    如果线路无响应、这可能表示器件未处于活动状态。 您能否根据 SNLA246 进行引脚检查 以确保所有引脚都表现出预期行为?

    此致、

    Gerome