主题中讨论的其他器件: DRA821
工具与软件:
大家好、团队成员:
我使用的是基于 DRA821U 的定制电路板。 尝试在端口1中将 usxgmii 配置为 phy 模式以验证10G 时、在内核控制台中获得以下错误消息。
[ 1.568678] phy-gmii-sel 104044.phy:端口1:不受支持的模式:"usxgmii"
以下是我的 DTS 设置
&cpsw5g_mdio{
状态="正常";
pinctrl-names ="默认值";
pinctrl-0 =<&MAIN_MDIO_PINS_DEFAULT &MAIN_10G_MDIO_PINS_DEFAULT>;
phy3:以太网-phy@3{
REG =<3>;
Compatible ="以太网-phy-IEEE802.3-C22";
};
phy1:Ethernet-phy@1{
reg =<1>;
compatible ="以太网-phy-IEEE802.3-c45";
device_type ="ethernet-phy";
Host-in-si1;
physs =<&serdes0_qsgmii_link>;
};
};
cpsw0_port1{
状态="正常";
PHY 模式="usxgmii";
PHY-Handle =<&phy1>;
phys =<&cpsw0_phy_gmii_sel 1>;
};
请帮助我解决此问题。
此致
Madhusankar

