Tool/software:
Hi TI,
we have got the following setup:
- TDA4_1 SGMII Port5 -> PHY TI DP83867
- TDA4_1 SGMII Port6 -> PHY TI DP83867
- TDA4_1 SGMII Port7 -> PHY TI DP83867
- TDA4_1 SGMII Port8 -> TDA4_2 SGMII Port7
- TDA4_2 SGMII Port8 -> Unconnected
I want to establish a working ethernet connection in Linux on TDA4_2 on SGMII Port7 using Mac2Mac capability.
I already tried the following on TDA4_1:
&cpsw_port8 {
phy-mode = "sgmii";
fixed-link {
speed = <100>;
full-duplex;
};
};
and
&cpsw_port7 {
phy-mode = "sgmii";
fixed-link {
speed = <100>;
full-duplex;
};
};
on TDA4_2, but this did not work. As an additional information: Ethernet on TDA4_1 is working for Port5, 6 and 7 (On Linux).
Is there maybe some patch/guide for this issue?
Thanks for your help and best regards,
Felix