summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/k2hk-evm.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2014-07-09 16:14:19 +0300
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2014-07-17 13:29:06 -0400
commit6592f671a4e6ee6308ddd67c2459dd71836770df (patch)
tree783223a168e2aee00210cbfc0696ce43339abee9 /arch/arm/boot/dts/k2hk-evm.dts
parent979c36c850726043a5004c2d8a50290cfb3bfdcf (diff)
downloadop-kernel-dev-6592f671a4e6ee6308ddd67c2459dd71836770df.zip
op-kernel-dev-6592f671a4e6ee6308ddd67c2459dd71836770df.tar.gz
ARM: dts: keystone-evm: add 1g ethernet phys nodes
Keystone EVMK2HX has two 1G Marvell 88E1111 Ethernet PHYs installed, so add corresponding child nodes for 1G MDIO bus and enable it. For more information see schematics: http://wfcache.advantech.com/www/support/TI-EVM/download/Schematics/PDF/K2H_K2EVM-HK_SCH_A102_Rev1_0.pdf Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/k2hk-evm.dts')
-rw-r--r--arch/arm/boot/dts/k2hk-evm.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts
index 1f90cbf..3223cc1 100644
--- a/arch/arm/boot/dts/k2hk-evm.dts
+++ b/arch/arm/boot/dts/k2hk-evm.dts
@@ -167,3 +167,15 @@
};
};
};
+
+&mdio {
+ ethphy0: ethernet-phy@0 {
+ compatible = "marvell,88E1111", "ethernet-phy-ieee802.3-c22";
+ reg = <0>;
+ };
+
+ ethphy1: ethernet-phy@1 {
+ compatible = "marvell,88E1111", "ethernet-phy-ieee802.3-c22";
+ reg = <1>;
+ };
+};
OpenPOWER on IntegriCloud