Unverified Commit 0f5fc158 authored by Corentin Labbe's avatar Corentin Labbe Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: sun50i: Add Crypto Engine node on A64



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 A64 SoC Device-tree.

Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent e7ef094a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -487,6 +487,15 @@
			reg = <0x1c14000 0x400>;
		};

		crypto: crypto@1c15000 {
			compatible = "allwinner,sun50i-a64-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>;
		};

		usb_otg: usb@1c19000 {
			compatible = "allwinner,sun8i-a33-musb";
			reg = <0x01c19000 0x0400>;