aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/rainier.dts
diff options
context:
space:
mode:
authorValentine Barshak <vbarshak@ru.mvista.com>2007-12-21 12:22:39 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:36:07 -0500
commit0b2e97518da185b87144992e1f0bdacd904dcbb9 (patch)
tree76e89c1877d78ae47fef238365bedd1de0925a15 /arch/powerpc/boot/dts/rainier.dts
parent14b3d926a22b89f779229f88ed16a76b6b641b1c (diff)
[POWERPC] 4xx: Add PCI entry to 440GRx Rainier DTS.
This adds PCI entry to PowerPC 440GRx Rainier DTS. Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/rainier.dts')
-rw-r--r--arch/powerpc/boot/dts/rainier.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/rainier.dts b/arch/powerpc/boot/dts/rainier.dts
index 63d996e647c8..d0e9e16aba63 100644
--- a/arch/powerpc/boot/dts/rainier.dts
+++ b/arch/powerpc/boot/dts/rainier.dts
@@ -308,6 +308,33 @@
308 has-new-stacr-staopc; 308 has-new-stacr-staopc;
309 }; 309 };
310 }; 310 };
311
312 PCI0: pci@1ec000000 {
313 device_type = "pci";
314 #interrupt-cells = <1>;
315 #size-cells = <2>;
316 #address-cells = <3>;
317 compatible = "ibm,plb440grx-pci", "ibm,plb-pci";
318 primary;
319 reg = <1 eec00000 8 /* Config space access */
320 1 eed00000 4 /* IACK */
321 1 eed00000 4 /* Special cycle */
322 1 ef400000 40>; /* Internal registers */
323
324 /* Outbound ranges, one memory and one IO,
325 * later cannot be changed. Chip supports a second
326 * IO range but we don't use it for now
327 */
328 ranges = <02000000 0 80000000 1 80000000 0 10000000
329 01000000 0 00000000 1 e8000000 0 00100000>;
330
331 /* Inbound 2GB range starting at 0 */
332 dma-ranges = <42000000 0 0 0 0 0 80000000>;
333
334 /* All PCI interrupts are routed to IRQ 67 */
335 interrupt-map-mask = <0000 0 0 0>;
336 interrupt-map = < 0000 0 0 0 &UIC2 3 8 >;
337 };
311 }; 338 };
312 339
313 chosen { 340 chosen {