aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Debieve <[email protected]>2023-08-16 16:26:17 +0200
committerAlexandre Torgue <[email protected]>2023-09-29 13:45:11 +0200
commit358d04ca9737f3ce90dda50a1f68a954032aadc9 (patch)
treee5b9d472f4febc054647c126103c9c4fc37a64c3
parent99b22552330b09f623f12f5dc2402175cbc18a15 (diff)
ARM: dts: stm32: add HASH on stm32mp131
Add the HASH support on stm32mp131. Signed-off-by: Lionel Debieve <[email protected]> Signed-off-by: Thomas Bourgoin <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
-rw-r--r--arch/arm/boot/dts/st/stm32mp131.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp131.dtsi b/arch/arm/boot/dts/st/stm32mp131.dtsi
index ac90fcbf0c09..a94ce3085466 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 = <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>;