aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8377_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8377_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8377_mds.dts64
1 files changed, 64 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts
index 1d14d7052e6d..a519e8571e89 100644
--- a/arch/powerpc/boot/dts/mpc8377_mds.dts
+++ b/arch/powerpc/boot/dts/mpc8377_mds.dts
@@ -23,6 +23,8 @@
23 serial0 = &serial0; 23 serial0 = &serial0;
24 serial1 = &serial1; 24 serial1 = &serial1;
25 pci0 = &pci0; 25 pci0 = &pci0;
26 pci1 = &pci1;
27 pci2 = &pci2;
26 }; 28 };
27 29
28 cpus { 30 cpus {
@@ -409,4 +411,66 @@
409 compatible = "fsl,mpc8349-pci"; 411 compatible = "fsl,mpc8349-pci";
410 device_type = "pci"; 412 device_type = "pci";
411 }; 413 };
414
415 pci1: pcie@e0009000 {
416 #address-cells = <3>;
417 #size-cells = <2>;
418 #interrupt-cells = <1>;
419 device_type = "pci";
420 compatible = "fsl,mpc8377-pcie", "fsl,mpc8314-pcie";
421 reg = <0xe0009000 0x00001000>;
422 ranges = <0x02000000 0 0xa8000000 0xa8000000 0 0x10000000
423 0x01000000 0 0x00000000 0xb8000000 0 0x00800000>;
424 bus-range = <0 255>;
425 interrupt-map-mask = <0xf800 0 0 7>;
426 interrupt-map = <0 0 0 1 &ipic 1 8
427 0 0 0 2 &ipic 1 8
428 0 0 0 3 &ipic 1 8
429 0 0 0 4 &ipic 1 8>;
430 clock-frequency = <0>;
431
432 pcie@0 {
433 #address-cells = <3>;
434 #size-cells = <2>;
435 device_type = "pci";
436 reg = <0 0 0 0 0>;
437 ranges = <0x02000000 0 0xa8000000
438 0x02000000 0 0xa8000000
439 0 0x10000000
440 0x01000000 0 0x00000000
441 0x01000000 0 0x00000000
442 0 0x00800000>;
443 };
444 };
445
446 pci2: pcie@e000a000 {
447 #address-cells = <3>;
448 #size-cells = <2>;
449 #interrupt-cells = <1>;
450 device_type = "pci";
451 compatible = "fsl,mpc8377-pcie", "fsl,mpc8314-pcie";
452 reg = <0xe000a000 0x00001000>;
453 ranges = <0x02000000 0 0xc8000000 0xc8000000 0 0x10000000
454 0x01000000 0 0x00000000 0xd8000000 0 0x00800000>;
455 bus-range = <0 255>;
456 interrupt-map-mask = <0xf800 0 0 7>;
457 interrupt-map = <0 0 0 1 &ipic 2 8
458 0 0 0 2 &ipic 2 8
459 0 0 0 3 &ipic 2 8
460 0 0 0 4 &ipic 2 8>;
461 clock-frequency = <0>;
462
463 pcie@0 {
464 #address-cells = <3>;
465 #size-cells = <2>;
466 device_type = "pci";
467 reg = <0 0 0 0 0>;
468 ranges = <0x02000000 0 0xc8000000
469 0x02000000 0 0xc8000000
470 0 0x10000000
471 0x01000000 0 0x00000000
472 0x01000000 0 0x00000000
473 0 0x00800000>;
474 };
475 };
412}; 476};