浏览代码

powerpc/86xx: Add MSI section to GE SBC310 DTS

Add the MSI section to the DTS file for the GE SBC310.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Martyn Welch 15 年之前
父节点
当前提交
f5d570d32c
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      arch/powerpc/boot/dts/gef_sbc310.dts

+ 16 - 0
arch/powerpc/boot/dts/gef_sbc310.dts

@@ -338,6 +338,22 @@
 			device_type = "open-pic";
 		};
 
+		msi@41600 {
+			compatible = "fsl,mpc8641-msi", "fsl,mpic-msi";
+			reg = <0x41600 0x80>;
+			msi-available-ranges = <0 0x100>;
+			interrupts = <
+				0xe0 0
+				0xe1 0
+				0xe2 0
+				0xe3 0
+				0xe4 0
+				0xe5 0
+				0xe6 0
+				0xe7 0>;
+			interrupt-parent = <&mpic>;
+		};
+
 		global-utilities@e0000 {
 			compatible = "fsl,mpc8641-guts";
 			reg = <0xe0000 0x1000>;