In NC-SI specification, NC-SI is using RMII, not MII. Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Message-ID: <20241018053331.1900100-1-jacky_chou@aspeedtech.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch>export...
I'm having an Ethernet switch . It's a 3-way switch but only has 2 integrated PHYs and for the 3rd port it has an RMII interface. Datasheet says that the 3rd port can work in 'MII MAC mode' or 'MII PHY mode'. On power on the default is 'MII PHY mode Which...
static const char *phy_modes[] = { [PHY_INTERFACE_MODE_NA] = "",[PHY_INTERFACE_MODE_MII] = "mii",[PHY_INTERFACE_MODE_GMII] = "gmii",[PHY_INTERFACE_MODE_SGMII] = "sgmii",[PHY_INTERFACE_MODE_TBI] = "tbi",[PHY_INTERFACE_MODE_RMII] = "rmii",[PHY_INTERFACE_MO...