diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8272ads.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8272ads.dts | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/mpc8272ads.dts b/arch/powerpc/boot/dts/mpc8272ads.dts index 46e2da30c3dd..2a1929acaabd 100644 --- a/arch/powerpc/boot/dts/mpc8272ads.dts +++ b/arch/powerpc/boot/dts/mpc8272ads.dts | |||
@@ -217,6 +217,17 @@ | |||
217 | linux,network-index = <1>; | 217 | linux,network-index = <1>; |
218 | fsl,cpm-command = <0x16200300>; | 218 | fsl,cpm-command = <0x16200300>; |
219 | }; | 219 | }; |
220 | |||
221 | i2c@11860 { | ||
222 | compatible = "fsl,mpc8272-i2c", | ||
223 | "fsl,cpm2-i2c"; | ||
224 | reg = <0x11860 0x20 0x8afc 0x2>; | ||
225 | interrupts = <1 8>; | ||
226 | interrupt-parent = <&PIC>; | ||
227 | fsl,cpm-command = <0x29600000>; | ||
228 | #address-cells = <1>; | ||
229 | #size-cells = <0>; | ||
230 | }; | ||
220 | }; | 231 | }; |
221 | 232 | ||
222 | PIC: interrupt-controller@10c00 { | 233 | PIC: interrupt-controller@10c00 { |
@@ -226,22 +237,15 @@ | |||
226 | compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic"; | 237 | compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic"; |
227 | }; | 238 | }; |
228 | 239 | ||
229 | /* May need to remove if on a part without crypto engine */ | ||
230 | crypto@30000 { | 240 | crypto@30000 { |
231 | device_type = "crypto"; | 241 | compatible = "fsl,sec1.0"; |
232 | model = "SEC2"; | 242 | reg = <0x40000 0x13000>; |
233 | compatible = "fsl,mpc8272-talitos-sec2", | 243 | interrupts = <47 0x8>; |
234 | "fsl,talitos-sec2", | ||
235 | "fsl,talitos", | ||
236 | "talitos"; | ||
237 | reg = <0x30000 0x10000>; | ||
238 | interrupts = <11 8>; | ||
239 | interrupt-parent = <&PIC>; | 244 | interrupt-parent = <&PIC>; |
240 | num-channels = <4>; | 245 | fsl,num-channels = <4>; |
241 | channel-fifo-len = <24>; | 246 | fsl,channel-fifo-len = <24>; |
242 | exec-units-mask = <0x7e>; | 247 | fsl,exec-units-mask = <0x7e>; |
243 | /* desc mask is for rev1.x, we need runtime fixup for >=2.x */ | 248 | fsl,descriptor-types-mask = <0x1010415>; |
244 | descriptor-types-mask = <0x1010ebf>; | ||
245 | }; | 249 | }; |
246 | }; | 250 | }; |
247 | 251 | ||