aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/mpc8544ds.dts16
-rw-r--r--arch/powerpc/boot/dts/mpc8572ds.dts16
2 files changed, 32 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 {
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts
index 66f27ab613a2..174d51aff924 100644
--- a/arch/powerpc/boot/dts/mpc8572ds.dts
+++ b/arch/powerpc/boot/dts/mpc8572ds.dts
@@ -221,6 +221,22 @@
221 fsl,has-rstcr; 221 fsl,has-rstcr;
222 }; 222 };
223 223
224 msi@41600 {
225 compatible = "fsl,mpc8572-msi", "fsl,mpic-msi";
226 reg = <0x41600 0x80>;
227 msi-available-ranges = <0 0x100>;
228 interrupts = <
229 0xe0 0
230 0xe1 0
231 0xe2 0
232 0xe3 0
233 0xe4 0
234 0xe5 0
235 0xe6 0
236 0xe7 0>;
237 interrupt-parent = <&mpic>;
238 };
239
224 mpic: pic@40000 { 240 mpic: pic@40000 {
225 clock-frequency = <0>; 241 clock-frequency = <0>;
226 interrupt-controller; 242 interrupt-controller;