aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc834x_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc834x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc834x_mds.dts21
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