Skip to content

Commit

Permalink
ARM: dts: stm32: Add HASH support on stm32mp157c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lionel Debieve authored and Alexandre Torgue committed Jun 25, 2018
1 parent 860f0d2 commit 1e726a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/stm32mp157c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,18 @@
status = "disabled";
};

hash1: hash@54002000 {
compatible = "st,stm32f756-hash";
reg = <0x54002000 0x400>;
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc HASH1>;
resets = <&rcc HASH1_R>;
dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>;
dma-names = "in";
dma-maxburst = <2>;
status = "disabled";
};

rng1: rng@54003000 {
compatible = "st,stm32-rng";
reg = <0x54003000 0x400>;
Expand Down

0 comments on commit 1e726a4

Please sign in to comment.