aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8560ads.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/mpc8560ads.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/mpc8560ads.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8560ads.dts17
1 files changed, 14 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts b/arch/powerpc/boot/dts/mpc8560ads.dts
index 936a4d509990..639ce8a709a6 100644
--- a/arch/powerpc/boot/dts/mpc8560ads.dts
+++ b/arch/powerpc/boot/dts/mpc8560ads.dts
@@ -16,6 +16,16 @@
16 #address-cells = <1>; 16 #address-cells = <1>;
17 #size-cells = <1>; 17 #size-cells = <1>;
18 18
19 aliases {
20 ethernet0 = &enet0;
21 ethernet1 = &enet1;
22 ethernet2 = &enet2;
23 ethernet3 = &enet3;
24 serial0 = &serial0;
25 serial1 = &serial1;
26 pci0 = &pci0;
27 };
28
19 cpus { 29 cpus {
20 #address-cells = <1>; 30 #address-cells = <1>;
21 #size-cells = <0>; 31 #size-cells = <0>;
@@ -162,7 +172,7 @@
162 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic"; 172 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
163 }; 173 };
164 174
165 serial@91a00 { 175 serial0: serial@91a00 {
166 device_type = "serial"; 176 device_type = "serial";
167 compatible = "fsl,mpc8560-scc-uart", 177 compatible = "fsl,mpc8560-scc-uart",
168 "fsl,cpm2-scc-uart"; 178 "fsl,cpm2-scc-uart";
@@ -174,7 +184,7 @@
174 interrupt-parent = <&cpmpic>; 184 interrupt-parent = <&cpmpic>;
175 }; 185 };
176 186
177 serial@91a20 { 187 serial1: serial@91a20 {
178 device_type = "serial"; 188 device_type = "serial";
179 compatible = "fsl,mpc8560-scc-uart", 189 compatible = "fsl,mpc8560-scc-uart",
180 "fsl,cpm2-scc-uart"; 190 "fsl,cpm2-scc-uart";
@@ -212,7 +222,8 @@
212 }; 222 };
213 }; 223 };
214 224
215 pci@e0008000 { 225 pci0: pci@e0008000 {
226 cell-index = <0>;
216 #interrupt-cells = <1>; 227 #interrupt-cells = <1>;
217 #size-cells = <2>; 228 #size-cells = <2>;
218 #address-cells = <3>; 229 #address-cells = <3>;