Path: blob/master/Documentation/devicetree/bindings/crypto/amlogic,gxl-crypto.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/amlogic,gxl-crypto.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Amlogic GXL Cryptographic Offloader78maintainers:9- Corentin Labbe <clabbe@baylibre.com>1011properties:12compatible:13items:14- const: amlogic,gxl-crypto1516reg:17maxItems: 11819interrupts:20items:21- description: Interrupt for flow 022- description: Interrupt for flow 12324clocks:25maxItems: 12627clock-names:28const: blkmv2930required:31- compatible32- reg33- interrupts34- clocks35- clock-names3637additionalProperties: false3839examples:40- |41#include <dt-bindings/interrupt-controller/irq.h>42#include <dt-bindings/interrupt-controller/arm-gic.h>43#include <dt-bindings/clock/gxbb-clkc.h>4445crypto: crypto-engine@c883e000 {46compatible = "amlogic,gxl-crypto";47reg = <0xc883e000 0x36>;48interrupts = <GIC_SPI 188 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 189 IRQ_TYPE_EDGE_RISING>;49clocks = <&clkc CLKID_BLKMV>;50clock-names = "blkmv";51};525354