Skip to content

Commit

Permalink
dt-bindings: crypto: Add bindings for ZynqMP AES-GCM driver
Browse files Browse the repository at this point in the history
Add documentation to describe Xilinx ZynqMP AES-GCM driver bindings.

Signed-off-by: Kalyani Akula <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Michal Simek <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Kalyani Akula authored and herbertx committed Feb 28, 2020
1 parent 057a0fb commit 4c4f3f3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/crypto/xlnx,zynqmp-aes.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Xilinx ZynqMP AES-GCM Hardware Accelerator Device Tree Bindings

maintainers:
- Kalyani Akula <[email protected]>
- Michal Simek <[email protected]>

description: |
The ZynqMP AES-GCM hardened cryptographic accelerator is used to
encrypt or decrypt the data with provided key and initialization vector.
properties:
compatible:
const: xlnx,zynqmp-aes

required:
- compatible

additionalProperties: false

examples:
- |
firmware {
zynqmp_firmware: zynqmp-firmware {
compatible = "xlnx,zynqmp-firmware";
method = "smc";
xlnx_aes: zynqmp-aes {
compatible = "xlnx,zynqmp-aes";
};
};
};
...

0 comments on commit 4c4f3f3

Please sign in to comment.