diff options
Diffstat (limited to 'src/arm/am437x-cm-t43.dts')
-rw-r--r-- | src/arm/am437x-cm-t43.dts | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/arm/am437x-cm-t43.dts b/src/arm/am437x-cm-t43.dts index bff5abe69bdb..4fcf647815a2 100644 --- a/src/arm/am437x-cm-t43.dts +++ b/src/arm/am437x-cm-t43.dts @@ -339,16 +339,24 @@ pinctrl-names = "default"; pinctrl-0 = <&davinci_mdio_default>; status = "okay"; + + ethphy0: ethernet-phy@0 { + reg = <0>; + }; + + ethphy1: ethernet-phy@1 { + reg = <1>; + }; }; &cpsw_emac0 { - phy_id = <&davinci_mdio>, <0>; + phy-handle = <ðphy0>; phy-mode = "rgmii-txid"; dual_emac_res_vlan = <1>; }; &cpsw_emac1 { - phy_id = <&davinci_mdio>, <1>; + phy-handle = <ðphy1>; phy-mode = "rgmii-txid"; dual_emac_res_vlan = <2>; }; |