Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81206
b: refs/heads/master
c: 8aaed98
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Dec 23, 2007
1 parent bb4728d commit bea9a88
Show file tree
Hide file tree
Showing 10 changed files with 69 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: 0b2e97518da185b87144992e1f0bdacd904dcbb9
refs/heads/master: 8aaed98c1e28a2c803309fcb2d32761bba4bee09
9 changes: 9 additions & 0 deletions trunk/arch/powerpc/boot/dts/bamboo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
compatible = "amcc,bamboo";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC0;
ethernet1 = &EMAC1;
serial0 = &UART0;
serial1 = &UART1;
serial2 = &UART2;
serial3 = &UART3;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/boot/dts/ebony.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
compatible = "ibm,ebony";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC0;
ethernet1 = &EMAC1;
serial0 = &UART0;
serial1 = &UART1;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/boot/dts/ep405.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
compatible = "ep405";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC;
serial0 = &UART0;
serial1 = &UART1;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/boot/dts/katmai.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
compatible = "amcc,katmai";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC0;
serial0 = &UART0;
serial1 = &UART1;
serial2 = &UART2;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/boot/dts/kilauea.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
compatible = "amcc,kilauea";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC0;
ethernet1 = &EMAC1;
serial0 = &UART0;
serial1 = &UART1;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
11 changes: 10 additions & 1 deletion trunk/arch/powerpc/boot/dts/rainier.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
compatible = "amcc,rainier";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC0;
ethernet1 = &EMAC1;
serial0 = &UART0;
serial1 = &UART1;
serial2 = &UART2;
serial3 = &UART3;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -93,7 +102,7 @@
#size-cells = <1>;
ranges;
clock-frequency = <0>; /* Filled in by zImage */

SDRAM0: sdram {
compatible = "ibm,sdram-440grx", "ibm,sdram-44x-ddr2denali";
dcr-reg = <010 2>;
Expand Down
9 changes: 9 additions & 0 deletions trunk/arch/powerpc/boot/dts/sequoia.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
compatible = "amcc,sequoia";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC0;
ethernet1 = &EMAC1;
serial0 = &UART0;
serial1 = &UART1;
serial2 = &UART2;
serial3 = &UART3;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/boot/dts/taishan.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
compatible = "amcc,taishan";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC2;
ethernet1 = &EMAC3;
serial0 = &UART0;
serial1 = &UART1;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/boot/dts/walnut.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
compatible = "ibm,walnut";
dcr-parent = <&/cpus/cpu@0>;

aliases {
ethernet0 = &EMAC;
serial0 = &UART0;
serial1 = &UART1;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit bea9a88

Please sign in to comment.