Commit 1796483f authored by Niklas Cassel's avatar Niklas Cassel Committed by Arnd Bergmann

ARM: dts: artpec: add node for hardware crypto accelerator

Add node for the hardware crypto acceleration used in the artpec6 SoC.
Signed-off-by: default avatarNiklas Cassel <niklas.cassel@axis.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 870e0ecc
......@@ -232,6 +232,12 @@ amba@0 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment