Path: blob/master/Documentation/devicetree/bindings/crypto/intel,keembay-ocs-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/intel,keembay-ocs-aes.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Intel Keem Bay OCS AES78maintainers:9- Daniele Alessandrelli <daniele.alessandrelli@intel.com>1011description:12The Intel Keem Bay Offload and Crypto Subsystem (OCS) AES engine provides13hardware-accelerated AES/SM4 encryption/decryption.1415properties:16compatible:17const: intel,keembay-ocs-aes1819reg:20maxItems: 12122interrupts:23maxItems: 12425clocks:26maxItems: 12728required:29- compatible30- reg31- interrupts32- clocks3334additionalProperties: false3536examples:37- |38#include <dt-bindings/interrupt-controller/arm-gic.h>39crypto@30008000 {40compatible = "intel,keembay-ocs-aes";41reg = <0x30008000 0x1000>;42interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;43clocks = <&scmi_clk 95>;44};454647