Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml
Extension
.yaml
Size
869 bytes
Lines
40
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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

maintainers:
  - Kalyani Akula <kalyani.akula@amd.com>
  - Michal Simek <michal.simek@amd.com>

description: |
  The ZynqMP AES-GCM hardened cryptographic accelerator is used to
  encrypt or decrypt the data with provided key and initialization vector.

deprecated: true

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";
        };
      };
    };
...

Annotation

Implementation Notes