Path: blob/master/Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.yaml
54333 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.1516deprecated: true1718properties:19compatible:20const: xlnx,zynqmp-aes2122required:23- compatible2425additionalProperties: false2627examples:28- |29firmware {30zynqmp_firmware: zynqmp-firmware {31compatible = "xlnx,zynqmp-firmware";32method = "smc";33xlnx_aes: zynqmp-aes {34compatible = "xlnx,zynqmp-aes";35};36};37};38...394041