ARM: dts: gemini: add crypto node
authorCorentin Labbe <clabbe@baylibre.com>
Fri, 11 Jun 2021 22:05:01 +0000 (00:05 +0200)
committerOlof Johansson <olof@lixom.net>
Sat, 12 Jun 2021 15:54:51 +0000 (08:54 -0700)
The SL3516 SoC has a crypto offloader IP.
This patch adds it on the gemini SoC Device-tree.

Link: https://lore.kernel.org/r/20210611220501.684997-1-linus.walleij@linaro.org
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/gemini.dtsi

index e5c15fe..cc053af 100644 (file)
                        };
                };
 
+               crypto: crypto@62000000 {
+                       compatible = "cortina,sl3516-crypto";
+                       reg = <0x62000000 0x10000>;
+                       interrupts = <7 IRQ_TYPE_EDGE_RISING>;
+                       resets = <&syscon GEMINI_RESET_SECURITY>;
+                       clocks = <&syscon GEMINI_CLK_GATE_SECURITY>;
+               };
+
                ide@63000000 {
                        compatible = "cortina,gemini-pata", "faraday,ftide010";
                        reg = <0x63000000 0x1000>;