Skip to content

Commit

Permalink
ARM: dts: imx6ul-14x14-evk: add fec1 and fec2 support
Browse files Browse the repository at this point in the history
Add ethernet fec1 and fec2 support for i.MX6ul 14x14 evk board.

Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Fugang Duan authored and Shawn Guo committed Aug 11, 2015
1 parent 01f3dc7 commit 5e8cdb0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions arch/arm/boot/dts/imx6ul-14x14-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,35 @@
soc-supply = <&reg_soc>;
};

&fec1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet1>;
phy-mode = "rmii";
phy-handle = <&ethphy0>;
status = "okay";
};

&fec2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet2>;
phy-mode = "rmii";
phy-handle = <&ethphy1>;
status = "okay";

mdio {
#address-cells = <1>;
#size-cells = <0>;

ethphy0: ethernet-phy@2 {
reg = <2>;
};

ethphy1: ethernet-phy@1 {
reg = <1>;
};
};
};

&qspi {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_qspi>;
Expand Down

0 comments on commit 5e8cdb0

Please sign in to comment.