Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344241
b: refs/heads/master
c: f69c92f
h: refs/heads/master
i:
  344239: fef72b8
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 16, 2012
1 parent 5666530 commit b5cc084
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f01959a96f23d3e005cfb0ab154695a3e014cc13
refs/heads/master: f69c92f4fe4a6c9730554b3a7bb3253e7360ca32
43 changes: 43 additions & 0 deletions trunk/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,48 @@
linux,default-trigger = "heartbeat";
};
};

mdio {
phy0: ethernet-phy@0 {
reg = <0>;
};

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

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

phy3: ethernet-phy@3 {
reg = <3>;
};
};

ethernet@d0070000 {
clock-frequency = <250000000>;
status = "okay";
phy = <&phy0>;
phy-mode = "sgmii";
};
ethernet@d0074000 {
clock-frequency = <250000000>;
status = "okay";
phy = <&phy1>;
phy-mode = "sgmii";
};
ethernet@d0030000 {
clock-frequency = <250000000>;
status = "okay";
phy = <&phy2>;
phy-mode = "sgmii";
};
ethernet@d0034000 {
clock-frequency = <250000000>;
status = "okay";
phy = <&phy3>;
phy-mode = "sgmii";
};
};
};

0 comments on commit b5cc084

Please sign in to comment.