diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8377_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_mds.dts | 69 |
1 files changed, 34 insertions, 35 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts index fea592574004..0a700cb5f611 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,40 @@ | |||
303 | }; | 268 | }; |
304 | }; | 269 | }; |
305 | 270 | ||
271 | crypto@30000 { | ||
272 | compatible = "fsl,sec3.0", "fsl,sec2.4", "fsl,sec2.2", | ||
273 | "fsl,sec2.1", "fsl,sec2.0"; | ||
274 | reg = <0x30000 0x10000>; | ||
275 | interrupts = <11 0x8>; | ||
276 | interrupt-parent = <&ipic>; | ||
277 | fsl,num-channels = <4>; | ||
278 | fsl,channel-fifo-len = <24>; | ||
279 | fsl,exec-units-mask = <0x9fe>; | ||
280 | fsl,descriptor-types-mask = <0x3ab0ebf>; | ||
281 | }; | ||
282 | |||
283 | sdhc@2e000 { | ||
284 | model = "eSDHC"; | ||
285 | compatible = "fsl,esdhc"; | ||
286 | reg = <0x2e000 0x1000>; | ||
287 | interrupts = <42 0x8>; | ||
288 | interrupt-parent = <&ipic>; | ||
289 | }; | ||
290 | |||
291 | sata@18000 { | ||
292 | compatible = "fsl,mpc8379-sata", "fsl,pq-sata"; | ||
293 | reg = <0x18000 0x1000>; | ||
294 | interrupts = <44 0x8>; | ||
295 | interrupt-parent = <&ipic>; | ||
296 | }; | ||
297 | |||
298 | sata@19000 { | ||
299 | compatible = "fsl,mpc8379-sata", "fsl,pq-sata"; | ||
300 | reg = <0x19000 0x1000>; | ||
301 | interrupts = <45 0x8>; | ||
302 | interrupt-parent = <&ipic>; | ||
303 | }; | ||
304 | |||
306 | /* IPIC | 305 | /* IPIC |
307 | * interrupts cell = <intr #, sense> | 306 | * interrupts cell = <intr #, sense> |
308 | * sense values match linux IORESOURCE_IRQ_* defines: | 307 | * sense values match linux IORESOURCE_IRQ_* defines: |