aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/sequoia.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/sequoia.dts')
-rw-r--r--arch/powerpc/boot/dts/sequoia.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts
index ece602a40680..b20e516287d1 100644
--- a/arch/powerpc/boot/dts/sequoia.dts
+++ b/arch/powerpc/boot/dts/sequoia.dts
@@ -315,6 +315,33 @@
315 has-new-stacr-staopc; 315 has-new-stacr-staopc;
316 }; 316 };
317 }; 317 };
318
319 PCI0: pci@1ec000000 {
320 device_type = "pci";
321 #interrupt-cells = <1>;
322 #size-cells = <2>;
323 #address-cells = <3>;
324 compatible = "ibm,plb440epx-pci", "ibm,plb-pci";
325 primary;
326 reg = <1 eec00000 8 /* Config space access */
327 1 eed00000 4 /* IACK */
328 1 eed00000 4 /* Special cycle */
329 1 ef400000 40>; /* Internal registers */
330
331 /* Outbound ranges, one memory and one IO,
332 * later cannot be changed. Chip supports a second
333 * IO range but we don't use it for now
334 */
335 ranges = <02000000 0 80000000 1 80000000 0 10000000
336 01000000 0 00000000 1 e8000000 0 00100000>;
337
338 /* Inbound 2GB range starting at 0 */
339 dma-ranges = <42000000 0 0 0 0 0 80000000>;
340
341 /* All PCI interrupts are routed to IRQ 67 */
342 interrupt-map-mask = <0000 0 0 0>;
343 interrupt-map = < 0000 0 0 0 &UIC2 3 8 >;
344 };
318 }; 345 };
319 346
320 chosen { 347 chosen {