| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/crypto/amlogic,gxl-crypto.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Amlogic GXL Cryptographic Offloader |
| - Corentin Labbe <clabbe@baylibre.com> |
| - const: amlogic,gxl-crypto |
| - description: Interrupt for flow 0 |
| - description: Interrupt for flow 1 |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/irq.h> |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| #include <dt-bindings/clock/gxbb-clkc.h> |
| crypto: crypto-engine@c883e000 { |
| compatible = "amlogic,gxl-crypto"; |
| interrupts = <GIC_SPI 188 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 189 IRQ_TYPE_EDGE_RISING>; |
| clocks = <&clkc CLKID_BLKMV>; |