Skip to content

Commit 358d04c

Browse files
Lionel DebieveAlexandre Torgue
authored andcommitted
ARM: dts: stm32: add HASH on stm32mp131
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>
1 parent 99b2255 commit 358d04c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm/boot/dts/st/stm32mp131.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,17 @@
12101210
};
12111211
};
12121212

1213+
hash: hash@54003000 {
1214+
compatible = "st,stm32mp13-hash";
1215+
reg = <0x54003000 0x400>;
1216+
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
1217+
clocks = <&rcc HASH1>;
1218+
resets = <&rcc HASH1_R>;
1219+
dmas = <&mdma 30 0x2 0x1000a02 0x0 0x0>;
1220+
dma-names = "in";
1221+
status = "disabled";
1222+
};
1223+
12131224
mdma: dma-controller@58000000 {
12141225
compatible = "st,stm32h7-mdma";
12151226
reg = <0x58000000 0x1000>;

0 commit comments

Comments
 (0)