Lines Matching +full:dt +full:- +full:schema
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/crypto/atmel,at91sam9g46-tdes.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Tudor Ambarus <tudor.ambarus@linaro.org>
16 - const: atmel,at91sam9g46-tdes
17 - items:
18 - const: microchip,sam9x7-tdes
19 - const: atmel,at91sam9g46-tdes
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
53 - |
54 #include <dt-bindings/interrupt-controller/irq.h>
55 #include <dt-bindings/interrupt-controller/arm-gic.h>
56 #include <dt-bindings/clock/at91.h>
57 #include <dt-bindings/dma/at91.h>
60 compatible = "atmel,at91sam9g46-tdes";
64 clock-names = "tdes_clk";
67 dma-names = "tx", "rx";