summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/k2l-evm.dts
diff options
context:
space:
mode:
authorGrygorii Strashko2014-10-09 15:32:57 +0200
committerSantosh Shilimkar2014-11-04 19:24:50 +0100
commit469fddd81c6df6d6fef26dabe70d7d9b7cbb5511 (patch)
tree72609d0bae8e7d7b8bc94f3eab66e6bad293f77c /arch/arm/boot/dts/k2l-evm.dts
parentARM: dts: k2e-evm: add 1g ethernet phys nodes (diff)
downloadkernel-qcow2-linux-469fddd81c6df6d6fef26dabe70d7d9b7cbb5511.tar.gz
kernel-qcow2-linux-469fddd81c6df6d6fef26dabe70d7d9b7cbb5511.tar.xz
kernel-qcow2-linux-469fddd81c6df6d6fef26dabe70d7d9b7cbb5511.zip
ARM: dts: k2l-evm: add 1g ethernet phys nodes
Keystone K2L-EVM has two 1G Marvell 88E1514 Ethernet PHYs installed, which are compatible with 88E1510. Hence, add corresponding child nodes for 1G MDIO bus. For more information see: https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/k2l-evm.dts')
-rw-r--r--arch/arm/boot/dts/k2l-evm.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2l-evm.dts b/arch/arm/boot/dts/k2l-evm.dts
index fec43128a2e0..85cc7f2872d7 100644
--- a/arch/arm/boot/dts/k2l-evm.dts
+++ b/arch/arm/boot/dts/k2l-evm.dts
@@ -116,3 +116,15 @@
};
};
};
+
+&mdio {
+ ethphy0: ethernet-phy@0 {
+ compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
+ reg = <0>;
+ };
+
+ ethphy1: ethernet-phy@1 {
+ compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
+ reg = <1>;
+ };
+};