diff options
author | Malcolm Crossley <malcolm.crossley2@gefanuc.com> | 2010-01-11 07:23:24 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-02-17 22:17:07 -0500 |
commit | 6459ba984a57e90326b3eaf7a35cc2f3fffe26a0 (patch) | |
tree | ae03e3e5b579d404cc4357d2207adba5ba4a7d48 /arch | |
parent | 9b952a3970c75bd0b46f73976b3613b3c68476f4 (diff) |
powerpc/86xx: Add MSI section to GE SBC610 DTS
Add the MSI section to the DTS file for the GE SBC610.
Signed-off-by: Malcolm Crossley <malcolm.crossley2@gefanuc.com>
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc610.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index 30911adefc8e..78c336f0fcb8 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
@@ -305,6 +305,22 @@ | |||
305 | device_type = "open-pic"; | 305 | device_type = "open-pic"; |
306 | }; | 306 | }; |
307 | 307 | ||
308 | msi@41600 { | ||
309 | compatible = "fsl,mpc8641-msi", "fsl,mpic-msi"; | ||
310 | reg = <0x41600 0x80>; | ||
311 | msi-available-ranges = <0 0x100>; | ||
312 | interrupts = < | ||
313 | 0xe0 0 | ||
314 | 0xe1 0 | ||
315 | 0xe2 0 | ||
316 | 0xe3 0 | ||
317 | 0xe4 0 | ||
318 | 0xe5 0 | ||
319 | 0xe6 0 | ||
320 | 0xe7 0>; | ||
321 | interrupt-parent = <&mpic>; | ||
322 | }; | ||
323 | |||
308 | global-utilities@e0000 { | 324 | global-utilities@e0000 { |
309 | compatible = "fsl,mpc8641-guts"; | 325 | compatible = "fsl,mpc8641-guts"; |
310 | reg = <0xe0000 0x1000>; | 326 | reg = <0xe0000 0x1000>; |