我正在使用带有 Android 11 操作系统的 imx8mp 进化套件。
我想同时使用板载以太网(eth0 和 eth1)
默认情况下,作为 fec 控制器的 eth0 工作正常,我们可以通过 ifconfig 查看 Eth0 节点,并且我们可以 ping 通。
但我无法调出 imx8mp-evk.dts 中的 eqos 节点 Eth1
请提出一些解决方案,以在 imx8mp 评估套件中启动以太网 1[eqos 节点]。
下面是 eqos 节点的设备树节点:
&eqos {
pinctrl-names = \"default\";
pinctrl-0 = <&pinctrl_eqos>;
phy-mode = \"rgmii-id\";
phy-handle = <ðphy0>;
状态=“好的”;
mdio {
compa
tible = \"snps,dwmac-mdio\";
#address-cells = <1>;
#size-cells = <0>;
ethphy0: ethernet-phy@1 {
compatible = \"ethernet-phy-ieee802.3-c22\";
注册 = <1>;
eee-broken-1000t;
rtl821x,aldps-禁用;
rtl821x,clkout-禁用;
};
};
};