Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344242
b: refs/heads/master
c: 9f32ccc
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 16, 2012
1 parent b5cc084 commit b9b4637
Show file tree
Hide file tree
Showing 2 changed files with 22 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: f69c92f4fe4a6c9730554b3a7bb3253e7360ca32
refs/heads/master: 9f32cccc67590ccda30529bcbcea5c22d95c00a6
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/armada-370-mirabox.dts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,26 @@
clock-frequency = <600000000>;
status = "okay";
};
mdio {
phy0: ethernet-phy@0 {
reg = <0>;
};

phy1: ethernet-phy@1 {
reg = <1>;
};
};
ethernet@d0070000 {
clock-frequency = <200000000>;
status = "okay";
phy = <&phy0>;
phy-mode = "rgmii-id";
};
ethernet@d0074000 {
clock-frequency = <200000000>;
status = "okay";
phy = <&phy1>;
phy-mode = "rgmii-id";
};
};
};

0 comments on commit b9b4637

Please sign in to comment.