diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2014-10-09 09:32:57 -0400 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2014-11-04 13:24:50 -0500 |
commit | 469fddd81c6df6d6fef26dabe70d7d9b7cbb5511 (patch) | |
tree | 72609d0bae8e7d7b8bc94f3eab66e6bad293f77c | |
parent | efa66b3074118600dc554b161dfb471abd194b36 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/k2l-evm.dts | 12 |
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 @@ | |||
116 | }; | 116 | }; |
117 | }; | 117 | }; |
118 | }; | 118 | }; |
119 | |||
120 | &mdio { | ||
121 | ethphy0: ethernet-phy@0 { | ||
122 | compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; | ||
123 | reg = <0>; | ||
124 | }; | ||
125 | |||
126 | ethphy1: ethernet-phy@1 { | ||
127 | compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; | ||
128 | reg = <1>; | ||
129 | }; | ||
130 | }; | ||