Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ezequiel Garcia and committed by
Jason Cooper
9495898f ff10e2cd

+26
+26
arch/arm/boot/dts/armada-375-db.dts
··· 121 121 cd-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; 122 122 wp-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; 123 123 }; 124 + 125 + mdio { 126 + phy0: ethernet-phy@0 { 127 + reg = <0>; 128 + }; 129 + 130 + phy3: ethernet-phy@3 { 131 + reg = <3>; 132 + }; 133 + }; 134 + 135 + ethernet@f0000 { 136 + status = "okay"; 137 + 138 + eth0@c4000 { 139 + status = "okay"; 140 + phy = <&phy0>; 141 + phy-mode = "rgmii-id"; 142 + }; 143 + 144 + eth1@c5000 { 145 + status = "okay"; 146 + phy = <&phy3>; 147 + phy-mode = "gmii"; 148 + }; 149 + }; 124 150 }; 125 151 126 152 pcie-controller {