]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: Add CRYP support on stm32mp157c
authorLionel Debieve <lionel.debieve@st.com>
Mon, 23 Apr 2018 15:19:00 +0000 (17:19 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 4 May 2018 07:45:42 +0000 (09:45 +0200)
This patch add CRYP instance of the stm32mp157c SoC

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c.dtsi

index c598904395cbd8ccb6e266621f7eda3732e8e407..c26431589051577412a46abd55bf2de5b1f71542 100644 (file)
@@ -632,6 +632,15 @@ vrefbuf: vrefbuf@50025000 {
                        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 {
                        compatible = "st,stm32-rng";
                        reg = <0x54003000 0x400>;