Lines Matching +full:stm32 +full:- +full:dma
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/crypto/st,stm32-cryp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 CRYP
9 description: The STM32 CRYP block is built on the CRYP block found in
14 - Lionel Debieve <lionel.debieve@foss.st.com>
19 - st,stn8820-cryp
20 - stericsson,ux500-cryp
21 - st,stm32f756-cryp
22 - st,stm32mp1-cryp
38 - description: mem2cryp DMA channel
39 - description: cryp2mem DMA channel
41 dma-names:
43 - const: mem2cryp
44 - const: cryp2mem
46 power-domains:
49 access-controllers:
54 - compatible
55 - reg
56 - clocks
57 - interrupts
62 - |
63 #include <dt-bindings/interrupt-controller/arm-gic.h>
64 #include <dt-bindings/clock/stm32mp1-clks.h>
65 #include <dt-bindings/reset/stm32mp1-resets.h>
67 compatible = "st,stm32mp1-cryp";