ARM: dts: stm32: add HASH on stm32mp131
authorLionel Debieve <lionel.debieve@foss.st.com>
Wed, 16 Aug 2023 14:26:17 +0000 (16:26 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 29 Sep 2023 11:45:11 +0000 (13:45 +0200)
Add the HASH support on stm32mp131.

Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: Thomas Bourgoin <thomas.bourgoin@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp131.dtsi

index ac90fcbf0c091c988f93b9bf7649645765342b91..a94ce308546613b86fb08cc99da8a22dfde61864 100644 (file)
                        };
                };
 
+               hash: hash@54003000 {
+                       compatible = "st,stm32mp13-hash";
+                       reg = <0x54003000 0x400>;
+                       interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
+                       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>;