summaryrefslogtreecommitdiff
path: root/dts/upstream/Bindings/crypto/axis,artpec6-crypto.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/upstream/Bindings/crypto/axis,artpec6-crypto.yaml')
-rw-r--r--dts/upstream/Bindings/crypto/axis,artpec6-crypto.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/dts/upstream/Bindings/crypto/axis,artpec6-crypto.yaml b/dts/upstream/Bindings/crypto/axis,artpec6-crypto.yaml
new file mode 100644
index 00000000000..c91f81e3c39
--- /dev/null
+++ b/dts/upstream/Bindings/crypto/axis,artpec6-crypto.yaml
@@ -0,0 +1,39 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/crypto/axis,artpec6-crypto.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Axis ARTPEC6 crypto engine with PDMA interface
+
+maintainers:
+ - Lars Persson <lars.persson@axis.com>
+
+properties:
+ compatible:
+ enum:
+ - axis,artpec6-crypto
+ - axis,artpec7-crypto
+
+ reg:
+ maxItems: 1
+
+ interrupts:
+ maxItems: 1
+
+required:
+ - compatible
+ - reg
+ - interrupts
+
+additionalProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/interrupt-controller/arm-gic.h>
+
+ crypto@f4264000 {
+ compatible = "axis,artpec6-crypto";
+ reg = <0xf4264000 0x1000>;
+ interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
+ };