Path: blob/master/Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/xlnx,zynqmp-aes.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Xilinx ZynqMP AES-GCM Hardware Accelerator78maintainers:9- Kalyani Akula <kalyani.akula@amd.com>10- Michal Simek <michal.simek@amd.com>1112description: |13The ZynqMP AES-GCM hardened cryptographic accelerator is used to14encrypt or decrypt the data with provided key and initialization vector.1516properties:17compatible:18const: xlnx,zynqmp-aes1920required:21- compatible2223additionalProperties: false2425examples:26- |27firmware {28zynqmp_firmware: zynqmp-firmware {29compatible = "xlnx,zynqmp-firmware";30method = "smc";31xlnx_aes: zynqmp-aes {32compatible = "xlnx,zynqmp-aes";33};34};35};36...373839