Other Parts Discussed in Thread: DP83869
Tool/software:
&main_cpsw0 {
status = "okay";
};
&main_cpsw0_mdio {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&main_cpsw9x1_mdio_pins_default>;
pinctrl-1 = <&main_pmx_gpio_vddshv20_pins_default>;
/* DP83869 Bridge PHY - Connected to CPSW SGMII port */
bridge_phy: ethernet-phy@3 {
reg = <3>;// DP83869 address
};
/* ADIN1100 - Connected via RGMII to DP83869 bridge */
adin1100: ethernet-phy@0 {
reg = <0>; // ADIN1100 behind DP83869
phy-mode = "rgmii";
};
};
&main_cpsw0_port5 {
status = "okay";
phy-mode = "sgmii";
phy-handle = <&adin1100>;
phys = <&cpsw0_phy_gmii_sel 5>, <&serdes2_sgmii_link>;
phy-names = "mac", "serdes";
};
Doredla Sudheer Kumar
The above is the dts node which i am using for bringing up the adin1100 to link up status, but the output will be as below
But instead of ADIN1100 if i connect ADIN1300 the output is as below.

It shows the link is up but the ip address is not popping.
Can you explain me what is happening here?
