Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91468
b: refs/heads/master
c: 7831426
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Mar 26, 2008
1 parent 457a7f8 commit 4a8efd2
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 6e42b21bb91a562cd843a156586fe7b5954f58b3
refs/heads/master: 783142635156b05f2e425852deb8ab71e9e1882a
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/boot/dts/taishan.dts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@
reg = <40000790 8>;
};

TAH0: emac-tah@40000b50 {
compatible = "ibm,tah-440gx", "ibm,tah";
reg = <40000b50 30>;
};

TAH1: emac-tah@40000d50 {
compatible = "ibm,tah-440gx", "ibm,tah";
reg = <40000d50 30>;
};

EMAC0: ethernet@40000800 {
unused = <1>;
Expand Down Expand Up @@ -294,6 +303,8 @@
rgmii-channel = <0>;
zmii-device = <&ZMII0>;
zmii-channel = <2>;
tah-device = <&TAH0>;
tah-channel = <0>;
};

EMAC3: ethernet@40000e00 {
Expand All @@ -316,6 +327,8 @@
rgmii-channel = <1>;
zmii-device = <&ZMII0>;
zmii-channel = <3>;
tah-device = <&TAH1>;
tah-channel = <0>;
};


Expand Down

0 comments on commit 4a8efd2

Please sign in to comment.