This patch adds a crypto node declaration for Amlogic S4-series. With the Amlogic crypto driver we can use HW implementation of SHA1/224/256 and AES algo. Signed-off-by: Alexey Romanov <avromanov@xxxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi index b3a1ecf36467..8ad910fcbc8f 100644 --- a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi @@ -108,6 +108,13 @@ gpio: bank@4000 { }; }; + crypto: crypto@440400 { + compatible = "amlogic,g12a-crypto"; + reg = <0x0 0x440400 0x0 0x48>; + interrupts = <GIC_SPI 24 IRQ_TYPE_EDGE_RISING>; + status = "disabled"; + }; + gpio_intc: interrupt-controller@4080 { compatible = "amlogic,meson-s4-gpio-intc", "amlogic,meson-gpio-intc"; -- 2.30.1