Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml
54333 views
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/crypto/xlnx,zynqmp-aes.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: Xilinx ZynqMP AES-GCM Hardware Accelerator
8
9
maintainers:
10
- Kalyani Akula <kalyani.akula@amd.com>
11
- Michal Simek <michal.simek@amd.com>
12
13
description: |
14
The ZynqMP AES-GCM hardened cryptographic accelerator is used to
15
encrypt or decrypt the data with provided key and initialization vector.
16
17
deprecated: true
18
19
properties:
20
compatible:
21
const: xlnx,zynqmp-aes
22
23
required:
24
- compatible
25
26
additionalProperties: false
27
28
examples:
29
- |
30
firmware {
31
zynqmp_firmware: zynqmp-firmware {
32
compatible = "xlnx,zynqmp-firmware";
33
method = "smc";
34
xlnx_aes: zynqmp-aes {
35
compatible = "xlnx,zynqmp-aes";
36
};
37
};
38
};
39
...
40
41