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/mpc8641_hpcn.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/mpc8641_hpcn.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8641_hpcn.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts index ddd8fbbb2171..86fc2280c16d 100644 --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts | |||
@@ -175,6 +175,7 @@ | |||
175 | }; | 175 | }; |
176 | 176 | ||
177 | serial0: serial@4500 { | 177 | serial0: serial@4500 { |
178 | cell-index = <0>; | ||
178 | device_type = "serial"; | 179 | device_type = "serial"; |
179 | compatible = "ns16550"; | 180 | compatible = "ns16550"; |
180 | reg = <4500 100>; | 181 | reg = <4500 100>; |
@@ -184,6 +185,7 @@ | |||
184 | }; | 185 | }; |
185 | 186 | ||
186 | serial1: serial@4600 { | 187 | serial1: serial@4600 { |
188 | cell-index = <1>; | ||
187 | device_type = "serial"; | 189 | device_type = "serial"; |
188 | compatible = "ns16550"; | 190 | compatible = "ns16550"; |
189 | reg = <4600 100>; | 191 | reg = <4600 100>; |
@@ -211,6 +213,7 @@ | |||
211 | }; | 213 | }; |
212 | 214 | ||
213 | pci0: pcie@f8008000 { | 215 | pci0: pcie@f8008000 { |
216 | cell-index = <0>; | ||
214 | compatible = "fsl,mpc8641-pcie"; | 217 | compatible = "fsl,mpc8641-pcie"; |
215 | device_type = "pci"; | 218 | device_type = "pci"; |
216 | #interrupt-cells = <1>; | 219 | #interrupt-cells = <1>; |
@@ -419,6 +422,7 @@ | |||
419 | }; | 422 | }; |
420 | 423 | ||
421 | pci1: pcie@f8009000 { | 424 | pci1: pcie@f8009000 { |
425 | cell-index = <1>; | ||
422 | compatible = "fsl,mpc8641-pcie"; | 426 | compatible = "fsl,mpc8641-pcie"; |
423 | device_type = "pci"; | 427 | device_type = "pci"; |
424 | #interrupt-cells = <1>; | 428 | #interrupt-cells = <1>; |