Commit 358d04ca authored by Lionel Debieve's avatar Lionel Debieve Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: add HASH on stm32mp131



Add the HASH support on stm32mp131.

Signed-off-by: default avatarLionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: default avatarThomas Bourgoin <thomas.bourgoin@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 99b22552
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1210,6 +1210,17 @@ timer {
			};
		};

		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>;