summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/am437x-gp-evm.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/am437x-gp-evm.dts')
-rw-r--r--dts/src/arm/am437x-gp-evm.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/dts/src/arm/am437x-gp-evm.dts b/dts/src/arm/am437x-gp-evm.dts
index 5b97c20c5e..601bf4daae 100644
--- a/dts/src/arm/am437x-gp-evm.dts
+++ b/dts/src/arm/am437x-gp-evm.dts
@@ -831,10 +831,14 @@
pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
+
+ ethphy0: ethernet-phy@0 {
+ reg = <0>;
+ };
};
&cpsw_emac0 {
- phy_id = <&davinci_mdio>, <0>;
+ phy-handle = <&ethphy0>;
phy-mode = "rgmii";
};