Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104796
b: refs/heads/master
c: 36aa796
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker authored and Kumar Gala committed Jul 16, 2008
1 parent aba1718 commit f468ec7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 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: 574366128db29e7da609ec1f9c01bf9d80adec87
refs/heads/master: 36aa7965d85270065f090b01db5c62bf75e65f30
24 changes: 15 additions & 9 deletions trunk/arch/powerpc/boot/dts/mpc7448hpc2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
#address-cells = <1>;
#size-cells = <1>;

aliases {
ethernet0 = &enet0;
ethernet1 = &enet1;

serial0 = &serial0;
serial1 = &serial1;

pci0 = &pci0;
};

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

};

ethernet@6200 {
enet0: ethernet@6200 {
linux,network-index = <0>;
#size-cells = <0>;
device_type = "network";
Expand All @@ -91,7 +101,7 @@
phy-handle = <&phy8>;
};

ethernet@6600 {
enet1: ethernet@6600 {
linux,network-index = <1>;
#address-cells = <1>;
#size-cells = <0>;
Expand All @@ -105,7 +115,7 @@
phy-handle = <&phy9>;
};

serial@7808 {
serial0: serial@7808 {
device_type = "serial";
compatible = "ns16550";
reg = <0x7808 0x200>;
Expand All @@ -114,7 +124,7 @@
interrupt-parent = <&mpic>;
};

serial@7c08 {
serial1: serial@7c08 {
device_type = "serial";
compatible = "ns16550";
reg = <0x7c08 0x200>;
Expand All @@ -131,7 +141,7 @@
compatible = "chrp,open-pic";
device_type = "open-pic";
};
pci@1000 {
pci0: pci@1000 {
compatible = "tsi108-pci";
device_type = "pci";
#interrupt-cells = <1>;
Expand Down Expand Up @@ -184,8 +194,4 @@
};
};
};
chosen {
linux,stdout-path = "/tsi108@c0000000/serial@7808";
};

};

0 comments on commit f468ec7

Please sign in to comment.