aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8377_mds.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-06-27 14:45:19 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-06-27 17:04:29 -0400
commitdee805532a30183c4462305b4614e58bd83a7bc1 (patch)
tree58cf510b5dfe47c29db0b1a660384f67ea396a61 /arch/powerpc/boot/dts/mpc8377_mds.dts
parentf82796214a95b1ec00c2f121c1080d10f2b099a1 (diff)
powerpc: Add dma nodes to 83xx, 85xx and 86xx boards
Added DMA nodes for the elo/elo-plus DMA engines. Renamed the interrupt controller alias in mpc832x_rdb.dts to ipic so that its the same as all the other boards. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8377_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8377_mds.dts70
1 files changed, 35 insertions, 35 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts
index fea59257400..49a38cb95b5 100644
--- a/arch/powerpc/boot/dts/mpc8377_mds.dts
+++ b/arch/powerpc/boot/dts/mpc8377_mds.dts
@@ -233,41 +233,6 @@
233 interrupt-parent = <&ipic>; 233 interrupt-parent = <&ipic>;
234 }; 234 };
235 235
236 crypto@30000 {
237 model = "SEC3";
238 compatible = "talitos";
239 reg = <0x30000 0x10000>;
240 interrupts = <11 0x8>;
241 interrupt-parent = <&ipic>;
242 /* Rev. 3.0 geometry */
243 num-channels = <4>;
244 channel-fifo-len = <24>;
245 exec-units-mask = <0x000001fe>;
246 descriptor-types-mask = <0x03ab0ebf>;
247 };
248
249 sdhc@2e000 {
250 model = "eSDHC";
251 compatible = "fsl,esdhc";
252 reg = <0x2e000 0x1000>;
253 interrupts = <42 0x8>;
254 interrupt-parent = <&ipic>;
255 };
256
257 sata@18000 {
258 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
259 reg = <0x18000 0x1000>;
260 interrupts = <44 0x8>;
261 interrupt-parent = <&ipic>;
262 };
263
264 sata@19000 {
265 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
266 reg = <0x19000 0x1000>;
267 interrupts = <45 0x8>;
268 interrupt-parent = <&ipic>;
269 };
270
271 dma@82a8 { 236 dma@82a8 {
272 #address-cells = <1>; 237 #address-cells = <1>;
273 #size-cells = <1>; 238 #size-cells = <1>;
@@ -303,6 +268,41 @@
303 }; 268 };
304 }; 269 };
305 270
271 crypto@30000 {
272 model = "SEC3";
273 compatible = "talitos";
274 reg = <0x30000 0x10000>;
275 interrupts = <11 0x8>;
276 interrupt-parent = <&ipic>;
277 /* Rev. 3.0 geometry */
278 num-channels = <4>;
279 channel-fifo-len = <24>;
280 exec-units-mask = <0x000001fe>;
281 descriptor-types-mask = <0x03ab0ebf>;
282 };
283
284 sdhc@2e000 {
285 model = "eSDHC";
286 compatible = "fsl,esdhc";
287 reg = <0x2e000 0x1000>;
288 interrupts = <42 0x8>;
289 interrupt-parent = <&ipic>;
290 };
291
292 sata@18000 {
293 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
294 reg = <0x18000 0x1000>;
295 interrupts = <44 0x8>;
296 interrupt-parent = <&ipic>;
297 };
298
299 sata@19000 {
300 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
301 reg = <0x19000 0x1000>;
302 interrupts = <45 0x8>;
303 interrupt-parent = <&ipic>;
304 };
305
306 /* IPIC 306 /* IPIC
307 * interrupts cell = <intr #, sense> 307 * interrupts cell = <intr #, sense>
308 * sense values match linux IORESOURCE_IRQ_* defines: 308 * sense values match linux IORESOURCE_IRQ_* defines: