Commit fc9962c9 authored by Lionel Debieve's avatar Lionel Debieve Committed by Alexandre Torgue

ARM: dts: stm32: Add CRYP support on stm32mp157c

This patch add CRYP instance of the stm32mp157c SoC
Signed-off-by: default avatarLionel Debieve <lionel.debieve@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent b865362e
...@@ -632,6 +632,15 @@ vrefbuf: vrefbuf@50025000 { ...@@ -632,6 +632,15 @@ vrefbuf: vrefbuf@50025000 {
status = "disabled"; status = "disabled";
}; };
cryp1: cryp@54001000 {
compatible = "st,stm32mp1-cryp";
reg = <0x54001000 0x400>;
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc CRYP1>;
resets = <&rcc CRYP1_R>;
status = "disabled";
};
rng1: rng@54003000 { rng1: rng@54003000 {
compatible = "st,stm32-rng"; compatible = "st,stm32-rng";
reg = <0x54003000 0x400>; reg = <0x54003000 0x400>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment