ARM: dts: cfa10049: Add FEC to the CFA-10049 expansion board

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Maxime Ripard
2012-10-07 10:36:28 +08:00
committed by Shawn Guo
parent 098e752289
commit 8eec4b3117
2 changed files with 25 additions and 0 deletions

View File

@@ -96,4 +96,15 @@
gpio = <&gpio0 7 1>;
};
};
ahb@80080000 {
mac0: ethernet@800f0000 {
phy-mode = "rmii";
pinctrl-names = "default";
pinctrl-0 = <&mac0_pins_a>;
phy-reset-gpios = <&gpio2 21 0>;
phy-reset-duration = <100>;
status = "okay";
};
};
};