diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8548cds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8548cds.dts | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts index 64f83d0fb5aa..1f470c6a1c63 100644 --- a/arch/powerpc/boot/dts/mpc8548cds.dts +++ b/arch/powerpc/boot/dts/mpc8548cds.dts | |||
@@ -16,6 +16,20 @@ | |||
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 | /* | ||
23 | ethernet2 = &enet2; | ||
24 | ethernet3 = &enet3; | ||
25 | */ | ||
26 | serial0 = &serial0; | ||
27 | serial1 = &serial1; | ||
28 | pci0 = &pci0; | ||
29 | pci1 = &pci1; | ||
30 | pci2 = &pci2; | ||
31 | }; | ||
32 | |||
19 | cpus { | 33 | cpus { |
20 | #address-cells = <1>; | 34 | #address-cells = <1>; |
21 | #size-cells = <0>; | 35 | #size-cells = <0>; |
@@ -166,7 +180,8 @@ | |||
166 | }; | 180 | }; |
167 | */ | 181 | */ |
168 | 182 | ||
169 | serial@4500 { | 183 | serial0: serial@4500 { |
184 | cell-index = <0>; | ||
170 | device_type = "serial"; | 185 | device_type = "serial"; |
171 | compatible = "ns16550"; | 186 | compatible = "ns16550"; |
172 | reg = <4500 100>; // reg base, size | 187 | reg = <4500 100>; // reg base, size |
@@ -175,7 +190,8 @@ | |||
175 | interrupt-parent = <&mpic>; | 190 | interrupt-parent = <&mpic>; |
176 | }; | 191 | }; |
177 | 192 | ||
178 | serial@4600 { | 193 | serial1: serial@4600 { |
194 | cell-index = <1>; | ||
179 | device_type = "serial"; | 195 | device_type = "serial"; |
180 | compatible = "ns16550"; | 196 | compatible = "ns16550"; |
181 | reg = <4600 100>; // reg base, size | 197 | reg = <4600 100>; // reg base, size |
@@ -202,7 +218,8 @@ | |||
202 | }; | 218 | }; |
203 | }; | 219 | }; |
204 | 220 | ||
205 | pci@e0008000 { | 221 | pci0: pci@e0008000 { |
222 | cell-index = <0>; | ||
206 | interrupt-map-mask = <f800 0 0 7>; | 223 | interrupt-map-mask = <f800 0 0 7>; |
207 | interrupt-map = < | 224 | interrupt-map = < |
208 | /* IDSEL 0x4 (PCIX Slot 2) */ | 225 | /* IDSEL 0x4 (PCIX Slot 2) */ |
@@ -351,7 +368,8 @@ | |||
351 | }; | 368 | }; |
352 | }; | 369 | }; |
353 | 370 | ||
354 | pci@e0009000 { | 371 | pci1: pci@e0009000 { |
372 | cell-index = <1>; | ||
355 | interrupt-map-mask = <f800 0 0 7>; | 373 | interrupt-map-mask = <f800 0 0 7>; |
356 | interrupt-map = < | 374 | interrupt-map = < |
357 | 375 | ||
@@ -375,7 +393,8 @@ | |||
375 | device_type = "pci"; | 393 | device_type = "pci"; |
376 | }; | 394 | }; |
377 | 395 | ||
378 | pcie@e000a000 { | 396 | pci2: pcie@e000a000 { |
397 | cell-index = <2>; | ||
379 | interrupt-map-mask = <f800 0 0 7>; | 398 | interrupt-map-mask = <f800 0 0 7>; |
380 | interrupt-map = < | 399 | interrupt-map = < |
381 | 400 | ||