ARM: dts: artpec: add node for hardware crypto accelerator
authorNiklas Cassel <niklas.cassel@axis.com>
Wed, 21 Feb 2018 09:00:00 +0000 (10:00 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Mar 2018 16:42:03 +0000 (17:42 +0100)
Add node for the hardware crypto acceleration used in the artpec6 SoC.

Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/artpec6.dtsi

index b7720be..3e4115c 100644 (file)
                ranges;
                dma-ranges;
 
+               crypto@f4264000 {
+                       compatible = "axis,artpec6-crypto";
+                       reg = <0xf4264000 0x4000>;
+                       interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
+               };
+
                dma0: dma@f8019000 {
                        compatible = "renesas,nbpfaxi64dmac8b16";
                        reg = <0xf8019000 0x400>;