diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index d2184ada16d8..e354f2634246 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -14,6 +14,15 @@ | |||
14 | #address-cells = <1>; | 14 | #address-cells = <1>; |
15 | #size-cells = <1>; | 15 | #size-cells = <1>; |
16 | 16 | ||
17 | aliases { | ||
18 | ethernet0 = &enet0; | ||
19 | ethernet1 = &enet1; | ||
20 | serial0 = &serial0; | ||
21 | serial1 = &serial1; | ||
22 | pci0 = &pci0; | ||
23 | pci1 = &pci1; | ||
24 | }; | ||
25 | |||
17 | cpus { | 26 | cpus { |
18 | #address-cells = <1>; | 27 | #address-cells = <1>; |
19 | #size-cells = <0>; | 28 | #size-cells = <0>; |
@@ -154,7 +163,8 @@ | |||
154 | linux,network-index = <1>; | 163 | linux,network-index = <1>; |
155 | }; | 164 | }; |
156 | 165 | ||
157 | serial@4500 { | 166 | serial0: serial@4500 { |
167 | cell-index = <0>; | ||
158 | device_type = "serial"; | 168 | device_type = "serial"; |
159 | compatible = "ns16550"; | 169 | compatible = "ns16550"; |
160 | reg = <4500 100>; | 170 | reg = <4500 100>; |
@@ -163,7 +173,8 @@ | |||
163 | interrupt-parent = < &ipic >; | 173 | interrupt-parent = < &ipic >; |
164 | }; | 174 | }; |
165 | 175 | ||
166 | serial@4600 { | 176 | serial1: serial@4600 { |
177 | cell-index = <1>; | ||
167 | device_type = "serial"; | 178 | device_type = "serial"; |
168 | compatible = "ns16550"; | 179 | compatible = "ns16550"; |
169 | reg = <4600 100>; | 180 | reg = <4600 100>; |
@@ -194,7 +205,8 @@ | |||
194 | }; | 205 | }; |
195 | }; | 206 | }; |
196 | 207 | ||
197 | pci@e0008500 { | 208 | pci0: pci@e0008500 { |
209 | cell-index = <1>; | ||
198 | interrupt-map-mask = <f800 0 0 7>; | 210 | interrupt-map-mask = <f800 0 0 7>; |
199 | interrupt-map = < | 211 | interrupt-map = < |
200 | /* IDSEL 0x10 - SATA */ | 212 | /* IDSEL 0x10 - SATA */ |
@@ -215,7 +227,8 @@ | |||
215 | device_type = "pci"; | 227 | device_type = "pci"; |
216 | }; | 228 | }; |
217 | 229 | ||
218 | pci@e0008600 { | 230 | pci1: pci@e0008600 { |
231 | cell-index = <2>; | ||
219 | interrupt-map-mask = <f800 0 0 7>; | 232 | interrupt-map-mask = <f800 0 0 7>; |
220 | interrupt-map = < | 233 | interrupt-map = < |
221 | /* IDSEL 0x0E - MiniPCI Slot */ | 234 | /* IDSEL 0x0E - MiniPCI Slot */ |