summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k2g-evm.dts
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-02-02 15:51:37 +0530
committerTom Rini <trini@konsulko.com>2016-02-08 10:10:48 -0500
commit2c5bf6c98d166ffe952d1d0af10fc702b1d49281 (patch)
treecf199ef7b3b8129a98b06f0896d9701675a0dbaa /arch/arm/dts/k2g-evm.dts
parent15b0d659383e1f8e3ac546a492f3f00ab66e28fd (diff)
ARM: dts: k2g: Add keystone net dts files
Add keystone net DT support for k2g evm. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'arch/arm/dts/k2g-evm.dts')
-rw-r--r--arch/arm/dts/k2g-evm.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/k2g-evm.dts b/arch/arm/dts/k2g-evm.dts
index de50e8f8623..0ca36ef39ad 100644
--- a/arch/arm/dts/k2g-evm.dts
+++ b/arch/arm/dts/k2g-evm.dts
@@ -19,3 +19,15 @@
stdout-path = &uart0;
};
};
+
+&mdio {
+ status = "okay";
+ ethphy0: ethernet-phy@0 {
+ reg = <0>;
+ phy-mode = "rgmii-id";
+ };
+};
+
+&gbe0 {
+ phy-handle = <&ethphy0>;
+};