From: Lionel Debieve Date: Wed, 16 Aug 2023 14:26:17 +0000 (+0200) Subject: ARM: dts: stm32: add HASH on stm32mp131 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=358d04ca9737f3ce90dda50a1f68a954032aadc9;p=linux.git ARM: dts: stm32: add HASH on stm32mp131 Add the HASH support on stm32mp131. Signed-off-by: Lionel Debieve Signed-off-by: Thomas Bourgoin Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/st/stm32mp131.dtsi b/arch/arm/boot/dts/st/stm32mp131.dtsi index ac90fcbf0c091..a94ce30854661 100644 --- a/arch/arm/boot/dts/st/stm32mp131.dtsi +++ b/arch/arm/boot/dts/st/stm32mp131.dtsi @@ -1210,6 +1210,17 @@ }; }; + hash: hash@54003000 { + compatible = "st,stm32mp13-hash"; + reg = <0x54003000 0x400>; + interrupts = ; + clocks = <&rcc HASH1>; + resets = <&rcc HASH1_R>; + dmas = <&mdma 30 0x2 0x1000a02 0x0 0x0>; + dma-names = "in"; + status = "disabled"; + }; + mdma: dma-controller@58000000 { compatible = "st,stm32h7-mdma"; reg = <0x58000000 0x1000>;