diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-07-16 11:45:07 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-23 11:27:08 -0400 |
commit | aa3c112146e387dcd68bea2a8354514fe725da0d (patch) | |
tree | de8e5fe474359c0a2ce2d7c7904973f0e36b54e5 /arch/powerpc/boot/dts/mpc8568mds.dts | |
parent | 6c0a11c118471f79795202348fbd0e6580341794 (diff) |
[POWERPC] 85xx: Added 8568 PCIe support
Added the PCIe device node to the 8568 dts and the needed quirk entries.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 54cde6879645..99fa5a0ea425 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -199,6 +199,31 @@ | |||
199 | device_type = "pci"; | 199 | device_type = "pci"; |
200 | }; | 200 | }; |
201 | 201 | ||
202 | /* PCI Express */ | ||
203 | pcie@a000 { | ||
204 | interrupt-map-mask = <f800 0 0 7>; | ||
205 | interrupt-map = < | ||
206 | |||
207 | /* IDSEL 0x0 (PEX) */ | ||
208 | 00000 0 0 1 &mpic 0 1 | ||
209 | 00000 0 0 2 &mpic 1 1 | ||
210 | 00000 0 0 3 &mpic 2 1 | ||
211 | 00000 0 0 4 &mpic 3 1>; | ||
212 | |||
213 | interrupt-parent = <&mpic>; | ||
214 | interrupts = <1a 2>; | ||
215 | bus-range = <0 ff>; | ||
216 | ranges = <02000000 0 a0000000 a0000000 0 20000000 | ||
217 | 01000000 0 00000000 e3000000 0 08000000>; | ||
218 | clock-frequency = <1fca055>; | ||
219 | #interrupt-cells = <1>; | ||
220 | #size-cells = <2>; | ||
221 | #address-cells = <3>; | ||
222 | reg = <a000 1000>; | ||
223 | compatible = "fsl,mpc8548-pcie"; | ||
224 | device_type = "pci"; | ||
225 | }; | ||
226 | |||
202 | serial@4600 { | 227 | serial@4600 { |
203 | device_type = "serial"; | 228 | device_type = "serial"; |
204 | compatible = "ns16550"; | 229 | compatible = "ns16550"; |