aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc832x_mds.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/mpc832x_mds.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/mpc832x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_mds.dts17
1 files changed, 14 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts
index b0d89d6aa5ac..5a88187fe6be 100644
--- a/arch/powerpc/boot/dts/mpc832x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
@@ -15,6 +15,14 @@
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 };
25
18 cpus { 26 cpus {
19 #address-cells = <1>; 27 #address-cells = <1>;
20 #size-cells = <0>; 28 #size-cells = <0>;
@@ -72,7 +80,8 @@
72 }; 80 };
73 }; 81 };
74 82
75 serial@4500 { 83 serial0: serial@4500 {
84 cell-index = <0>;
76 device_type = "serial"; 85 device_type = "serial";
77 compatible = "ns16550"; 86 compatible = "ns16550";
78 reg = <4500 100>; 87 reg = <4500 100>;
@@ -81,7 +90,8 @@
81 interrupt-parent = < &ipic >; 90 interrupt-parent = < &ipic >;
82 }; 91 };
83 92
84 serial@4600 { 93 serial1: serial@4600 {
94 cell-index = <1>;
85 device_type = "serial"; 95 device_type = "serial";
86 compatible = "ns16550"; 96 compatible = "ns16550";
87 reg = <4600 100>; 97 reg = <4600 100>;
@@ -273,7 +283,8 @@
273 }; 283 };
274 }; 284 };
275 285
276 pci@e0008500 { 286 pci0: pci@e0008500 {
287 cell-index = <1>;
277 interrupt-map-mask = <f800 0 0 7>; 288 interrupt-map-mask = <f800 0 0 7>;
278 interrupt-map = < 289 interrupt-map = <
279 /* IDSEL 0x11 AD17 */ 290 /* IDSEL 0x11 AD17 */