Path: blob/master/Documentation/devicetree/bindings/crypto/inside-secure,safexcel-eip93.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/inside-secure,safexcel-eip93.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Inside Secure SafeXcel EIP-93 cryptographic engine78maintainers:9- Christian Marangi <ansuelsmth@gmail.com>1011description: |12The Inside Secure SafeXcel EIP-93 is a cryptographic engine IP block13integrated in varios devices with very different and generic name from14PKTE to simply vendor+EIP93. The real IP under the hood is actually15developed by Inside Secure and given to license to vendors.1617The IP block is sold with different model based on what feature are18needed and are identified with the final letter. Each letter correspond19to a specific set of feature and multiple letter reflect the sum of the20feature set.2122EIP-93 models:23- EIP-93i: (basic) DES/Triple DES, AES, PRNG, IPsec ESP, SRTP, SHA124- EIP-93ie: i + SHA224/256, AES-192/25625- EIP-93is: i + SSL/DTLS/DTLS, MD5, ARC426- EIP-93ies: i + e + s27- EIP-93iw: i + AES-XCB-MAC, AES-CCM2829properties:30compatible:31oneOf:32- items:33- const: airoha,en7581-eip9334- const: inside-secure,safexcel-eip93ies35- items:36- not: {}37description: Need a SoC specific compatible38- enum:39- inside-secure,safexcel-eip93i40- inside-secure,safexcel-eip93ie41- inside-secure,safexcel-eip93is42- inside-secure,safexcel-eip93iw4344reg:45maxItems: 14647interrupts:48maxItems: 14950required:51- compatible52- reg53- interrupts5455additionalProperties: false5657examples:58- |59#include <dt-bindings/interrupt-controller/arm-gic.h>6061crypto@1e004000 {62compatible = "airoha,en7581-eip93", "inside-secure,safexcel-eip93ies";63reg = <0x1fb70000 0x1000>;6465interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;66};676869