diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8572ds.dts')
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dts | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index 6e79a4169088..cafc1285c140 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts | |||
| @@ -182,9 +182,21 @@ | |||
| 182 | device_type = "soc"; | 182 | device_type = "soc"; |
| 183 | compatible = "simple-bus"; | 183 | compatible = "simple-bus"; |
| 184 | ranges = <0x0 0 0xffe00000 0x100000>; | 184 | ranges = <0x0 0 0xffe00000 0x100000>; |
| 185 | reg = <0 0xffe00000 0 0x1000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed | ||
| 186 | bus-frequency = <0>; // Filled out by uboot. | 185 | bus-frequency = <0>; // Filled out by uboot. |
| 187 | 186 | ||
| 187 | ecm-law@0 { | ||
| 188 | compatible = "fsl,ecm-law"; | ||
| 189 | reg = <0x0 0x1000>; | ||
| 190 | fsl,num-laws = <12>; | ||
| 191 | }; | ||
| 192 | |||
| 193 | ecm@1000 { | ||
| 194 | compatible = "fsl,mpc8572-ecm", "fsl,ecm"; | ||
| 195 | reg = <0x1000 0x1000>; | ||
| 196 | interrupts = <17 2>; | ||
| 197 | interrupt-parent = <&mpic>; | ||
| 198 | }; | ||
| 199 | |||
| 188 | memory-controller@2000 { | 200 | memory-controller@2000 { |
| 189 | compatible = "fsl,mpc8572-memory-controller"; | 201 | compatible = "fsl,mpc8572-memory-controller"; |
| 190 | reg = <0x2000 0x1000>; | 202 | reg = <0x2000 0x1000>; |
| @@ -514,7 +526,6 @@ | |||
| 514 | }; | 526 | }; |
| 515 | 527 | ||
| 516 | pci0: pcie@ffe08000 { | 528 | pci0: pcie@ffe08000 { |
| 517 | cell-index = <0>; | ||
| 518 | compatible = "fsl,mpc8548-pcie"; | 529 | compatible = "fsl,mpc8548-pcie"; |
| 519 | device_type = "pci"; | 530 | device_type = "pci"; |
| 520 | #interrupt-cells = <1>; | 531 | #interrupt-cells = <1>; |
| @@ -724,7 +735,6 @@ | |||
| 724 | }; | 735 | }; |
| 725 | 736 | ||
| 726 | pci1: pcie@ffe09000 { | 737 | pci1: pcie@ffe09000 { |
| 727 | cell-index = <1>; | ||
| 728 | compatible = "fsl,mpc8548-pcie"; | 738 | compatible = "fsl,mpc8548-pcie"; |
| 729 | device_type = "pci"; | 739 | device_type = "pci"; |
| 730 | #interrupt-cells = <1>; | 740 | #interrupt-cells = <1>; |
| @@ -761,7 +771,6 @@ | |||
| 761 | }; | 771 | }; |
| 762 | 772 | ||
| 763 | pci2: pcie@ffe0a000 { | 773 | pci2: pcie@ffe0a000 { |
| 764 | cell-index = <2>; | ||
| 765 | compatible = "fsl,mpc8548-pcie"; | 774 | compatible = "fsl,mpc8548-pcie"; |
| 766 | device_type = "pci"; | 775 | device_type = "pci"; |
| 767 | #interrupt-cells = <1>; | 776 | #interrupt-cells = <1>; |
