summaryrefslogtreecommitdiff
path: root/dts/upstream/Bindings/crypto/artpec6-crypto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/upstream/Bindings/crypto/artpec6-crypto.txt')
-rw-r--r--dts/upstream/Bindings/crypto/artpec6-crypto.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/dts/upstream/Bindings/crypto/artpec6-crypto.txt b/dts/upstream/Bindings/crypto/artpec6-crypto.txt
deleted file mode 100644
index d9cca4875bd..00000000000
--- a/dts/upstream/Bindings/crypto/artpec6-crypto.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Axis crypto engine with PDMA interface.
-
-Required properties:
-- compatible : Should be one of the following strings:
- "axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC
- "axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC.
-- reg: Base address and size for the PDMA register area.
-- interrupts: Interrupt handle for the PDMA interrupt line.
-
-Example:
-
-crypto@f4264000 {
- compatible = "axis,artpec6-crypto";
- reg = <0xf4264000 0x1000>;
- interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
-};