aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc836x_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc836x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc836x_mds.dts17
1 files changed, 14 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts
index 3b0873a8c909..ea07a6f03332 100644
--- a/arch/powerpc/boot/dts/mpc836x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc836x_mds.dts
@@ -20,6 +20,14 @@
20 #address-cells = <1>; 20 #address-cells = <1>;
21 #size-cells = <1>; 21 #size-cells = <1>;
22 22
23 aliases {
24 ethernet0 = &enet0;
25 ethernet1 = &enet1;
26 serial0 = &serial0;
27 serial1 = &serial1;
28 pci0 = &pci0;
29 };
30
23 cpus { 31 cpus {
24 #address-cells = <1>; 32 #address-cells = <1>;
25 #size-cells = <0>; 33 #size-cells = <0>;
@@ -88,7 +96,8 @@
88 dfsrr; 96 dfsrr;
89 }; 97 };
90 98
91 serial@4500 { 99 serial0: serial@4500 {
100 cell-index = <0>;
92 device_type = "serial"; 101 device_type = "serial";
93 compatible = "ns16550"; 102 compatible = "ns16550";
94 reg = <4500 100>; 103 reg = <4500 100>;
@@ -97,7 +106,8 @@
97 interrupt-parent = < &ipic >; 106 interrupt-parent = < &ipic >;
98 }; 107 };
99 108
100 serial@4600 { 109 serial1: serial@4600 {
110 cell-index = <1>;
101 device_type = "serial"; 111 device_type = "serial";
102 compatible = "ns16550"; 112 compatible = "ns16550";
103 reg = <4600 100>; 113 reg = <4600 100>;
@@ -306,7 +316,8 @@
306 }; 316 };
307 }; 317 };
308 318
309 pci@e0008500 { 319 pci0: pci@e0008500 {
320 cell-index = <1>;
310 interrupt-map-mask = <f800 0 0 7>; 321 interrupt-map-mask = <f800 0 0 7>;
311 interrupt-map = < 322 interrupt-map = <
312 323