aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8568mds.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-12-12 02:46:12 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-12-12 02:51:03 -0500
commitea082fa94eab6c2d8ad81c8a46b680cf4c2a3bb3 (patch)
treeeb2972880d4407d7e5bf5a1b58a2e0e54ddbcd32 /arch/powerpc/boot/dts/mpc8568mds.dts
parente77b28eb199a8d637a00128b86baf515d4eba5fd (diff)
[POWERPC] FSL: Added aliases node to device trees
Added aliases nodes for kurobox, 83xx, 85xx, and 86xx platforms. This included added labels and cell-index properties for serial and pci nodes. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8568mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8568mds.dts23
1 files changed, 19 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts
index 60f0eab4ca8d..90545b16130d 100644
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
@@ -20,6 +20,17 @@
20 #address-cells = <1>; 20 #address-cells = <1>;
21 #size-cells = <1>; 21 #size-cells = <1>;
22 22
23 aliases {
24 ethernet0 = &enet0;
25 ethernet1 = &enet1;
26 ethernet2 = &enet2;
27 ethernet3 = &enet3;
28 serial0 = &serial0;
29 serial1 = &serial1;
30 pci0 = &pci0;
31 pci1 = &pci1;
32 };
33
23 cpus { 34 cpus {
24 #address-cells = <1>; 35 #address-cells = <1>;
25 #size-cells = <0>; 36 #size-cells = <0>;
@@ -154,7 +165,8 @@
154 phy-handle = <&phy3>; 165 phy-handle = <&phy3>;
155 }; 166 };
156 167
157 serial@4500 { 168 serial0: serial@4500 {
169 cell-index = <0>;
158 device_type = "serial"; 170 device_type = "serial";
159 compatible = "ns16550"; 171 compatible = "ns16550";
160 reg = <4500 100>; 172 reg = <4500 100>;
@@ -169,7 +181,8 @@
169 fsl,has-rstcr; 181 fsl,has-rstcr;
170 }; 182 };
171 183
172 serial@4600 { 184 serial1: serial@4600 {
185 cell-index = <1>;
173 device_type = "serial"; 186 device_type = "serial";
174 compatible = "ns16550"; 187 compatible = "ns16550";
175 reg = <4600 100>; 188 reg = <4600 100>;
@@ -385,7 +398,8 @@
385 398
386 }; 399 };
387 400
388 pci@e0008000 { 401 pci0: pci@e0008000 {
402 cell-index = <0>;
389 interrupt-map-mask = <f800 0 0 7>; 403 interrupt-map-mask = <f800 0 0 7>;
390 interrupt-map = < 404 interrupt-map = <
391 /* IDSEL 0x12 AD18 */ 405 /* IDSEL 0x12 AD18 */
@@ -415,7 +429,8 @@
415 }; 429 };
416 430
417 /* PCI Express */ 431 /* PCI Express */
418 pcie@e000a000 { 432 pci1: pcie@e000a000 {
433 cell-index = <2>;
419 interrupt-map-mask = <f800 0 0 7>; 434 interrupt-map-mask = <f800 0 0 7>;
420 interrupt-map = < 435 interrupt-map = <
421 436