Lines Matching +full:at91sam9g46 +full:- +full:aes
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/crypto/atmel,at91sam9g46-aes.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Atmel Advanced Encryption Standard (AES) HW cryptographic accelerator
11 - Tudor Ambarus <[email protected]>
16 - const: atmel,at91sam9g46-aes
17 - items:
18 - const: microchip,sam9x7-aes
19 - const: atmel,at91sam9g46-aes
30 clock-names:
35 - description: TX DMA Channel
36 - description: RX DMA Channel
38 dma-names:
40 - const: tx
41 - const: rx
44 - compatible
45 - reg
46 - interrupts
47 - clocks
48 - clock-names
49 - dmas
50 - dma-names
55 - |
56 #include <dt-bindings/interrupt-controller/irq.h>
57 #include <dt-bindings/interrupt-controller/arm-gic.h>
58 #include <dt-bindings/clock/at91.h>
59 #include <dt-bindings/dma/at91.h>
61 aes: crypto@e1810000 {
62 compatible = "atmel,at91sam9g46-aes";
66 clock-names = "aes_clk";
69 dma-names = "tx", "rx";