Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / crypto / fsl-imx-sahara.txt
1 Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
2 Currently only i.MX27 is supported.
3
4 Required 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
9 Example:
10
11 sah@10025000 {
12         compatible = "fsl,imx27-sahara";
13         reg = < 0x10025000 0x800>;
14         interrupts = <75>;
15 };