of_phy_get
serdes_phy = of_phy_get(to_of_node(dpmac_node), NULL);
struct phy *serdes = of_phy_get(portnp, NULL);
EXPORT_SYMBOL_GPL(of_phy_get);
phy = of_phy_get(np, con_id);
struct phy *of_phy_get(struct device_node *np, const char *con_id);