aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8272ads.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8272ads.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8272ads.dts21
1 files changed, 7 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/mpc8272ads.dts b/arch/powerpc/boot/dts/mpc8272ads.dts
index d27f8a73c24a..2a1929acaabd 100644
--- a/arch/powerpc/boot/dts/mpc8272ads.dts
+++ b/arch/powerpc/boot/dts/mpc8272ads.dts
@@ -237,22 +237,15 @@
237 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic"; 237 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic";
238 }; 238 };
239 239
240/* May need to remove if on a part without crypto engine */
241 crypto@30000 { 240 crypto@30000 {
242 device_type = "crypto"; 241 compatible = "fsl,sec1.0";
243 model = "SEC2"; 242 reg = <0x40000 0x13000>;
244 compatible = "fsl,mpc8272-talitos-sec2", 243 interrupts = <47 0x8>;
245 "fsl,talitos-sec2",
246 "fsl,talitos",
247 "talitos";
248 reg = <0x30000 0x10000>;
249 interrupts = <11 8>;
250 interrupt-parent = <&PIC>; 244 interrupt-parent = <&PIC>;
251 num-channels = <4>; 245 fsl,num-channels = <4>;
252 channel-fifo-len = <24>; 246 fsl,channel-fifo-len = <24>;
253 exec-units-mask = <0x7e>; 247 fsl,exec-units-mask = <0x7e>;
254/* desc mask is for rev1.x, we need runtime fixup for >=2.x */ 248 fsl,descriptor-types-mask = <0x1010415>;
255 descriptor-types-mask = <0x1010ebf>;
256 }; 249 };
257 }; 250 };
258 251