Commit c4a0457e authored by Corentin Labbe's avatar Corentin Labbe Committed by Kevin Hilman
Browse files

ARM64: dts: amlogic: adds crypto hardware node



This patch adds the GXL crypto hardware node for all GXL SoCs.

Reviewed-by: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent bec117ce
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -36,6 +36,16 @@
				phys = <&usb3_phy>, <&usb2_phy0>, <&usb2_phy1>;
			};
		};

		crypto: crypto@c883e000 {
			compatible = "amlogic,gxl-crypto";
			reg = <0x0 0xc883e000 0x0 0x36>;
			interrupts = <GIC_SPI 188 IRQ_TYPE_EDGE_RISING>,
				     <GIC_SPI 189 IRQ_TYPE_EDGE_RISING>;
			clocks = <&clkc CLKID_BLKMV>;
			clock-names = "blkmv";
			status = "okay";
		};
	};
};