Skip to content

Commit

Permalink
[POWERPC] 4xx: Add aliases node to 4xx dts files
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Dec 23, 2007
1 parent 0b2e975 commit 8aaed98
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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 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 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 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 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 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 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 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 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 8aaed98

Please sign in to comment.