diff options
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc310.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc310.dts b/arch/powerpc/boot/dts/gef_sbc310.dts index 820c2b355ab1..8ea8d4ad270a 100644 --- a/arch/powerpc/boot/dts/gef_sbc310.dts +++ b/arch/powerpc/boot/dts/gef_sbc310.dts | |||
@@ -338,6 +338,22 @@ | |||
338 | device_type = "open-pic"; | 338 | device_type = "open-pic"; |
339 | }; | 339 | }; |
340 | 340 | ||
341 | msi@41600 { | ||
342 | compatible = "fsl,mpc8641-msi", "fsl,mpic-msi"; | ||
343 | reg = <0x41600 0x80>; | ||
344 | msi-available-ranges = <0 0x100>; | ||
345 | interrupts = < | ||
346 | 0xe0 0 | ||
347 | 0xe1 0 | ||
348 | 0xe2 0 | ||
349 | 0xe3 0 | ||
350 | 0xe4 0 | ||
351 | 0xe5 0 | ||
352 | 0xe6 0 | ||
353 | 0xe7 0>; | ||
354 | interrupt-parent = <&mpic>; | ||
355 | }; | ||
356 | |||
341 | global-utilities@e0000 { | 357 | global-utilities@e0000 { |
342 | compatible = "fsl,mpc8641-guts"; | 358 | compatible = "fsl,mpc8641-guts"; |
343 | reg = <0xe0000 0x1000>; | 359 | reg = <0xe0000 0x1000>; |