aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8313erdb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8313erdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8313erdb.dts17
1 files changed, 14 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index 2f830505527..c5b6665a820 100644
--- a/arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8313erdb.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>;
@@ -137,7 +145,8 @@
137 phy-handle = < &phy4 >; 145 phy-handle = < &phy4 >;
138 }; 146 };
139 147
140 serial@4500 { 148 serial0: serial@4500 {
149 cell-index = <0>;
141 device_type = "serial"; 150 device_type = "serial";
142 compatible = "ns16550"; 151 compatible = "ns16550";
143 reg = <4500 100>; 152 reg = <4500 100>;
@@ -146,7 +155,8 @@
146 interrupt-parent = < &ipic >; 155 interrupt-parent = < &ipic >;
147 }; 156 };
148 157
149 serial@4600 { 158 serial1: serial@4600 {
159 cell-index = <1>;
150 device_type = "serial"; 160 device_type = "serial";
151 compatible = "ns16550"; 161 compatible = "ns16550";
152 reg = <4600 100>; 162 reg = <4600 100>;
@@ -184,7 +194,8 @@
184 }; 194 };
185 }; 195 };
186 196
187 pci@e0008500 { 197 pci0: pci@e0008500 {
198 cell-index = <1>;
188 interrupt-map-mask = <f800 0 0 7>; 199 interrupt-map-mask = <f800 0 0 7>;
189 interrupt-map = < 200 interrupt-map = <
190 201