aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8544ds.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/mpc8544ds.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/mpc8544ds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8544ds.dts30
1 files changed, 23 insertions, 7 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts
index a98c46e00f80..54b3bdf7fc97 100644
--- a/arch/powerpc/boot/dts/mpc8544ds.dts
+++ b/arch/powerpc/boot/dts/mpc8544ds.dts
@@ -15,6 +15,17 @@
15 #address-cells = <1>; 15 #address-cells = <1>;
16 #size-cells = <1>; 16 #size-cells = <1>;
17 17
18 aliases {
19 ethernet0 = &enet0;
20 ethernet1 = &enet1;
21 serial0 = &serial0;
22 serial1 = &serial1;
23 pci0 = &pci0;
24 pci1 = &pci1;
25 pci2 = &pci2;
26 pci3 = &pci3;
27 };
28
18 cpus { 29 cpus {
19 #cpus = <1>; 30 #cpus = <1>;
20 #address-cells = <1>; 31 #address-cells = <1>;
@@ -131,7 +142,8 @@
131 phy-connection-type = "rgmii-id"; 142 phy-connection-type = "rgmii-id";
132 }; 143 };
133 144
134 serial@4500 { 145 serial0: serial@4500 {
146 cell-index = <0>;
135 device_type = "serial"; 147 device_type = "serial";
136 compatible = "ns16550"; 148 compatible = "ns16550";
137 reg = <4500 100>; 149 reg = <4500 100>;
@@ -140,7 +152,8 @@
140 interrupt-parent = <&mpic>; 152 interrupt-parent = <&mpic>;
141 }; 153 };
142 154
143 serial@4600 { 155 serial1: serial@4600 {
156 cell-index = <1>;
144 device_type = "serial"; 157 device_type = "serial";
145 compatible = "ns16550"; 158 compatible = "ns16550";
146 reg = <4600 100>; 159 reg = <4600 100>;
@@ -167,7 +180,8 @@
167 }; 180 };
168 }; 181 };
169 182
170 pci@e0008000 { 183 pci0: pci@e0008000 {
184 cell-index = <0>;
171 compatible = "fsl,mpc8540-pci"; 185 compatible = "fsl,mpc8540-pci";
172 device_type = "pci"; 186 device_type = "pci";
173 interrupt-map-mask = <f800 0 0 7>; 187 interrupt-map-mask = <f800 0 0 7>;
@@ -198,7 +212,8 @@
198 reg = <e0008000 1000>; 212 reg = <e0008000 1000>;
199 }; 213 };
200 214
201 pcie@e0009000 { 215 pci1: pcie@e0009000 {
216 cell-index = <1>;
202 compatible = "fsl,mpc8548-pcie"; 217 compatible = "fsl,mpc8548-pcie";
203 device_type = "pci"; 218 device_type = "pci";
204 #interrupt-cells = <1>; 219 #interrupt-cells = <1>;
@@ -234,7 +249,8 @@
234 }; 249 };
235 }; 250 };
236 251
237 pcie@e000a000 { 252 pci2: pcie@e000a000 {
253 cell-index = <2>;
238 compatible = "fsl,mpc8548-pcie"; 254 compatible = "fsl,mpc8548-pcie";
239 device_type = "pci"; 255 device_type = "pci";
240 #interrupt-cells = <1>; 256 #interrupt-cells = <1>;
@@ -270,7 +286,8 @@
270 }; 286 };
271 }; 287 };
272 288
273 pcie@e000b000 { 289 pci3: pcie@e000b000 {
290 cell-index = <3>;
274 compatible = "fsl,mpc8548-pcie"; 291 compatible = "fsl,mpc8548-pcie";
275 device_type = "pci"; 292 device_type = "pci";
276 #interrupt-cells = <1>; 293 #interrupt-cells = <1>;
@@ -380,6 +397,5 @@
380 }; 397 };
381 }; 398 };
382 }; 399 };
383
384 }; 400 };
385}; 401};