How to configuration the NXP ls1046afrwy board's RGMII

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to configuration the NXP ls1046afrwy board's RGMII

377件の閲覧回数
Zak468
Contributor I

I have an NXP LS1046a board and configuration of the RGMII in the ls1046afrwy.dts,example:

&fman0 {
         ethernet@e4000 {
                 fixed-link = <0 1 1000 0 0>;
                 phy-handle = <&rgmii_phy>;
                 phy-connection-type "rgmii-txid";
};
         mdio@fd000 {
                 rgmii_phy1: ethernet-phy@1 {
                       reg = <0x1>;
};
}; 
};

But after the Linux system loaded,using$:ifconfig cmd, the ethernet node ehe1 not display

peryourhealth

0 件の賞賛
0 返答(返信)