Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81054
b: refs/heads/master
c: 1c1d167
h: refs/heads/master
v: v3
  • Loading branch information
Jon Loeliger authored and Kumar Gala committed Dec 11, 2007
1 parent 044e1e6 commit 92ee83e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 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: 7264ec4454e3a18d06a8949ecbe9e1b55e4f4685
refs/heads/master: 1c1d1672b6b00c7061ea2468d740b4aaf34a763c
28 changes: 20 additions & 8 deletions trunk/arch/powerpc/boot/dts/mpc8641_hpcn.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
#address-cells = <1>;
#size-cells = <1>;

aliases {
ethernet0 = &enet0;
ethernet1 = &enet1;
ethernet2 = &enet2;
ethernet3 = &enet3;
serial0 = &serial0;
serial1 = &serial1;
pci0 = &pci0;
pci1 = &pci1;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -107,7 +118,7 @@
};
};

ethernet@24000 {
enet0: ethernet@24000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
Expand All @@ -127,7 +138,7 @@
phy-connection-type = "rgmii-id";
};

ethernet@25000 {
enet1: ethernet@25000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
Expand All @@ -147,7 +158,7 @@
phy-connection-type = "rgmii-id";
};

ethernet@26000 {
enet2: ethernet@26000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
Expand All @@ -167,7 +178,7 @@
phy-connection-type = "rgmii-id";
};

ethernet@27000 {
enet3: ethernet@27000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
Expand All @@ -186,7 +197,8 @@
phy-handle = <&phy3>;
phy-connection-type = "rgmii-id";
};
serial@4500 {

serial0: serial@4500 {
device_type = "serial";
compatible = "ns16550";
reg = <4500 100>;
Expand All @@ -195,7 +207,7 @@
interrupt-parent = <&mpic>;
};

serial@4600 {
serial1: serial@4600 {
device_type = "serial";
compatible = "ns16550";
reg = <4600 100>;
Expand All @@ -222,7 +234,7 @@
};
};

pcie@f8008000 {
pci0: pcie@f8008000 {
compatible = "fsl,mpc8641-pcie";
device_type = "pci";
#interrupt-cells = <1>;
Expand Down Expand Up @@ -430,7 +442,7 @@

};

pcie@f8009000 {
pci1: pcie@f8009000 {
compatible = "fsl,mpc8641-pcie";
device_type = "pci";
#interrupt-cells = <1>;
Expand Down

0 comments on commit 92ee83e

Please sign in to comment.