summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/crypto/fsl-imx-sahara.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/crypto/fsl-imx-sahara.txt')
-rw-r--r--dts/Bindings/crypto/fsl-imx-sahara.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/dts/Bindings/crypto/fsl-imx-sahara.txt b/dts/Bindings/crypto/fsl-imx-sahara.txt
deleted file mode 100644
index db690b10e5..0000000000
--- a/dts/Bindings/crypto/fsl-imx-sahara.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
-Currently only i.MX27 and i.MX53 are supported.
-
-Required properties:
-- compatible : Should be "fsl,<soc>-sahara"
-- reg : Should contain SAHARA registers location and length
-- interrupts : Should contain SAHARA interrupt number
-
-Example:
-
-sah: crypto@10025000 {
- compatible = "fsl,imx27-sahara";
- reg = < 0x10025000 0x800>;
- interrupts = <75>;
-};