1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/crypto/st,stm32-hash.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 HASH bindings
10 - Lionel Debieve <lionel.debieve@st.com>
38 description: Set number of maximum dma burst supported
40 - $ref: /schemas/types.yaml#/definitions/uint32
51 additionalProperties: false
55 #include <dt-bindings/interrupt-controller/arm-gic.h>
56 #include <dt-bindings/clock/stm32mp1-clks.h>
57 #include <dt-bindings/reset/stm32mp1-resets.h>
59 compatible = "st,stm32f756-hash";
60 reg = <0x54002000 0x400>;
61 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
62 clocks = <&rcc HASH1>;
63 resets = <&rcc HASH1_R>;
64 dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0>;