修改时间 06-02-2020 09:11 PM
uboot 在RGMII模式下出现这个错误,
错误:
uboot错误信息
设备树如下:
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
phy-handle = <ðernet_phy>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gem0_default>;
ethernet_phy: ethernet-phy@7 {
reg = <7>;
device_type = "ethernet-phy";
xlnx,phy-type = <0x5>;
};
};
请会的大佬指教,遇到同样问题的小伙伴一起讨论;谢谢