1Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
2Currently only i.MX27 and i.MX53 are supported.
3
4Required properties:
5- compatible : Should be "fsl,<soc>-sahara"
6- reg : Should contain SAHARA registers location and length
7- interrupts : Should contain SAHARA interrupt number
8
9Example:
10
11sah: crypto@10025000 {
12	compatible = "fsl,imx27-sahara";
13	reg = <	0x10025000 0x800>;
14	interrupts = <75>;
15};
16