Path: blob/master/Documentation/devicetree/bindings/crypto/arm,cryptocell.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/arm,cryptocell.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Arm TrustZone CryptoCell cryptographic engine78maintainers:9- Gilad Ben-Yossef <gilad@benyossef.com>1011properties:12compatible:13enum:14- arm,cryptocell-713-ree15- arm,cryptocell-703-ree16- arm,cryptocell-712-ree17- arm,cryptocell-710-ree18- arm,cryptocell-630p-ree1920reg:21maxItems: 12223interrupts:24maxItems: 12526clocks:27maxItems: 12829power-domains:30maxItems: 13132resets:33maxItems: 13435dma-coherent: true3637required:38- compatible39- reg40- interrupts4142additionalProperties: false4344examples:45- |46#include <dt-bindings/interrupt-controller/arm-gic.h>4748arm_cc712: crypto@80000000 {49compatible = "arm,cryptocell-712-ree";50reg = <0x80000000 0x10000>;51interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;52};535455