Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
[deliverable/linux.git] / Documentation / devicetree / bindings / crypto / fsl-imx-sahara.txt
CommitLineData
5de88752 1Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
5ed903b3 2Currently only i.MX27 and i.MX53 are supported.
5de88752
JM
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@10025000 {
12 compatible = "fsl,imx27-sahara";
13 reg = < 0x10025000 0x800>;
14 interrupts = <75>;
15};
This page took 0.179748 seconds and 5 git commands to generate.