aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt')
-rw-r--r--Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt
new file mode 100644
index 000000000000..5c65eccd0e56
--- /dev/null
+++ b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt
@@ -0,0 +1,15 @@
1Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
2Currently only i.MX27 is 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@10025000 {
12 compatible = "fsl,imx27-sahara";
13 reg = < 0x10025000 0x800>;
14 interrupts = <75>;
15};