1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/crypto/amlogic,gxl-crypto.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic GXL Cryptographic Offloader
10 - Corentin Labbe <clabbe@baylibre.com>
15 - const: amlogic,gxl-crypto
22 - description: "Interrupt for flow 0"
23 - description: "Interrupt for flow 1"
38 additionalProperties: false
42 #include <dt-bindings/interrupt-controller/irq.h>
43 #include <dt-bindings/interrupt-controller/arm-gic.h>
44 #include <dt-bindings/clock/gxbb-clkc.h>
46 crypto: crypto-engine@c883e000 {
47 compatible = "amlogic,gxl-crypto";
48 reg = <0xc883e000 0x36>;
49 interrupts = <GIC_SPI 188 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 189 IRQ_TYPE_EDGE_RISING>;
50 clocks = <&clkc CLKID_BLKMV>;
51 clock-names = "blkmv";