Skip to content

Commit 1e726a4

Browse files
ldebieveatorgue
authored andcommitted
ARM: dts: stm32: Add HASH support on stm32mp157c
This patch add HASH instance of the stm32mp157c SoC Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
1 parent 860f0d2 commit 1e726a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm/boot/dts/stm32mp157c.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,18 @@
709709
status = "disabled";
710710
};
711711

712+
hash1: hash@54002000 {
713+
compatible = "st,stm32f756-hash";
714+
reg = <0x54002000 0x400>;
715+
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
716+
clocks = <&rcc HASH1>;
717+
resets = <&rcc HASH1_R>;
718+
dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>;
719+
dma-names = "in";
720+
dma-maxburst = <2>;
721+
status = "disabled";
722+
};
723+
712724
rng1: rng@54003000 {
713725
compatible = "st,stm32-rng";
714726
reg = <0x54003000 0x400>;

0 commit comments

Comments
 (0)