aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8544ds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8544ds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8544ds.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts
index 6a0d8db96d97..1cfd97078170 100644
--- a/arch/powerpc/boot/dts/mpc8544ds.dts
+++ b/arch/powerpc/boot/dts/mpc8544ds.dts
@@ -219,6 +219,22 @@
219 device_type = "open-pic"; 219 device_type = "open-pic";
220 big-endian; 220 big-endian;
221 }; 221 };
222
223 msi@41600 {
224 compatible = "fsl,mpc8544-msi", "fsl,mpic-msi";
225 reg = <0x41600 0x80>;
226 msi-available-ranges = <0 0x100>;
227 interrupts = <
228 0xe0 0
229 0xe1 0
230 0xe2 0
231 0xe3 0
232 0xe4 0
233 0xe5 0
234 0xe6 0
235 0xe7 0>;
236 interrupt-parent = <&mpic>;
237 };
222 }; 238 };
223 239
224 pci0: pci@e0008000 { 240 pci0: pci@e0008000 {