Hello Peter,
On DPAA(including P4080DS) target board, we don't use eth* naming convention, we use fm*-gb* in Linux Kernel instead, which means the ethernet ports connecting to FMAN, please refer to the following port mapping for the RCW which you are use on this bank.
U-boot Port i Linux FMAN Address
FM1@DTSEC2 fm1-gb1 0xffe4e2000
FM1@TGEC1 fm1-10g 0xffe4f0000
FM2@DTSEC3 fm2-gb2 0xffe5e4000
FM2@DTSEC4 fm2-gb3 0xffe5e6000
FM2@TGEC1 fm2-10g 0xffe5f0000
You could get detailed information in p4080ds.dts,
fman0: fman@400000 {
... ...
enet1: ethernet@e2000 {
tbi-handle = <&tbi1>;
phy-handle = <&phy1>;
phy-connection-type = "sgmii";
};
... ...
enet4: ethernet@f0000 {
phy-handle = <&phy10>;
phy-connection-type = "xgmii";
};
}
... ...
enet7: ethernet@e4000 {
tbi-handle = <&tbi7>;
phy-handle = <&phy7>;
phy-connection-type = "sgmii";
};
| | enet8:ethernet@e6000 { |
| | tbi-handle = <&tbi8>; |
| | phy-handle = <&phy8>; |
| | phy-connection-type = "sgmii"; |
| | }; |
| | enet9: ethernet@f0000 { |
| | phy-handle = <&phy11>; |
| | phy-connection-type = "xgmii"; |
| | }; } |
Have a great day,
Yiping
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------