diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-07-10 16:52:15 -0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-13 21:51:30 +0000 |
commit | 9495898ffd2075d0fd42b573cb40c23eaea7b18e (patch) | |
tree | 1d65118d951432af3970f142e7ccbd0e2108cce3 /arch/arm/boot/dts/armada-375-db.dts | |
parent | ff10e2cda1072b85713c95fddd87da41adec9e7f (diff) |
ARM: mvebu: Enable the network controller in Armada 375 DB board
This commit enables the network controller in the Armada 375 DB board,
and configures the two available ethernet interfaces.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link: https://lkml.kernel.org/r/1405021936-28658-4-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-375-db.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-375-db.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-375-db.dts b/arch/arm/boot/dts/armada-375-db.dts index 772fec2d26ce..cfab2170d518 100644 --- a/arch/arm/boot/dts/armada-375-db.dts +++ b/arch/arm/boot/dts/armada-375-db.dts @@ -121,6 +121,32 @@ cd-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; wp-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; }; + + mdio { + phy0: ethernet-phy@0 { + reg = <0>; + }; + + phy3: ethernet-phy@3 { + reg = <3>; + }; + }; + + ethernet@f0000 { + status = "okay"; + + eth0@c4000 { + status = "okay"; + phy = <&phy0>; + phy-mode = "rgmii-id"; + }; + + eth1@c5000 { + status = "okay"; + phy = <&phy3>; + phy-mode = "gmii"; + }; + }; }; pcie-controller { |