Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70895
b: refs/heads/master
c: b147d93
h: refs/heads/master
i:
  70893: a1b32de
  70891: 85cb32d
  70887: 7b4d5b0
  70879: 6a48907
v: v3
  • Loading branch information
Domen Puncer authored and Grant Likely committed Oct 16, 2007
1 parent 40c1fbd commit 2cf81ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7acb939130ff054f195f827ed1cb389232dd8560
refs/heads/master: b147d93d62d161559a49e0108767122caa4d2576
18 changes: 17 additions & 1 deletion trunk/arch/powerpc/boot/dts/lite5200b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,26 @@
ethernet@3000 {
device_type = "network";
compatible = "mpc5200b-fec","mpc5200-fec";
reg = <3000 800>;
reg = <3000 400>;
mac-address = [ 02 03 04 05 06 07 ]; // Bad!
interrupts = <2 5 0>;
interrupt-parent = <&mpc5200_pic>;
phy-handle = <&phy0>;
};

mdio@3000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "mdio";
compatible = "mpc5200b-fec-phy";
reg = <3000 400>; // fec range, since we need to setup fec interrupts
interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
interrupt-parent = <&mpc5200_pic>;

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

ata@3a00 {
Expand Down

0 comments on commit 2cf81ce

Please sign in to comment.