How to configuration the NXP ls1046afrwy board's RGMII

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configuration the NXP ls1046afrwy board's RGMII

361 Views
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 Kudos
0 Replies