arm64: dts: allwinner: sun50i: Add crypto engine node on H5
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Wed, 23 Oct 2019 20:05:09 +0000 (22:05 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 1 Nov 2019 08:57:19 +0000 (09:57 +0100)
The Crypto Engine is a hardware cryptographic accelerator that supports
many algorithms.
It could be found on most Allwinner SoCs.

This patch enables the Crypto Engine on the Allwinner H5 SoC Device-tree.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi

index f002a49..e92c4de 100644 (file)
                        allwinner,sram = <&ve_sram 1>;
                };
 
+               crypto: crypto@1c15000 {
+                       compatible = "allwinner,sun50i-h5-crypto";
+                       reg = <0x01c15000 0x1000>;
+                       interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&ccu CLK_BUS_CE>, <&ccu CLK_CE>;
+                       clock-names = "bus", "mod";
+                       resets = <&ccu RST_BUS_CE>;
+               };
+
                mali: gpu@1e80000 {
                        compatible = "allwinner,sun50i-h5-mali", "arm,mali-450";
                        reg = <0x01e80000 0x30000>;