diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 02:46:12 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 02:51:03 -0500 |
commit | ea082fa94eab6c2d8ad81c8a46b680cf4c2a3bb3 (patch) | |
tree | eb2972880d4407d7e5bf5a1b58a2e0e54ddbcd32 /arch/powerpc/boot/dts/mpc834x_mds.dts | |
parent | e77b28eb199a8d637a00128b86baf515d4eba5fd (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/mpc834x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index c5239c9f2759..0ba13ebcea68 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
@@ -15,6 +15,15 @@ | |||
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 | }; | ||
26 | |||
18 | cpus { | 27 | cpus { |
19 | #address-cells = <1>; | 28 | #address-cells = <1>; |
20 | #size-cells = <0>; | 29 | #size-cells = <0>; |
@@ -164,7 +173,8 @@ | |||
164 | linux,network-index = <1>; | 173 | linux,network-index = <1>; |
165 | }; | 174 | }; |
166 | 175 | ||
167 | serial@4500 { | 176 | serial0: serial@4500 { |
177 | cell-index = <0>; | ||
168 | device_type = "serial"; | 178 | device_type = "serial"; |
169 | compatible = "ns16550"; | 179 | compatible = "ns16550"; |
170 | reg = <4500 100>; | 180 | reg = <4500 100>; |
@@ -173,7 +183,8 @@ | |||
173 | interrupt-parent = < &ipic >; | 183 | interrupt-parent = < &ipic >; |
174 | }; | 184 | }; |
175 | 185 | ||
176 | serial@4600 { | 186 | serial1: serial@4600 { |
187 | cell-index = <1>; | ||
177 | device_type = "serial"; | 188 | device_type = "serial"; |
178 | compatible = "ns16550"; | 189 | compatible = "ns16550"; |
179 | reg = <4600 100>; | 190 | reg = <4600 100>; |
@@ -213,7 +224,8 @@ | |||
213 | }; | 224 | }; |
214 | }; | 225 | }; |
215 | 226 | ||
216 | pci@e0008500 { | 227 | pci0: pci@e0008500 { |
228 | cell-index = <1>; | ||
217 | interrupt-map-mask = <f800 0 0 7>; | 229 | interrupt-map-mask = <f800 0 0 7>; |
218 | interrupt-map = < | 230 | interrupt-map = < |
219 | 231 | ||
@@ -273,7 +285,8 @@ | |||
273 | device_type = "pci"; | 285 | device_type = "pci"; |
274 | }; | 286 | }; |
275 | 287 | ||
276 | pci@e0008600 { | 288 | pci1: pci@e0008600 { |
289 | cell-index = <2>; | ||
277 | interrupt-map-mask = <f800 0 0 7>; | 290 | interrupt-map-mask = <f800 0 0 7>; |
278 | interrupt-map = < | 291 | interrupt-map = < |
279 | 292 | ||