0001 Axis crypto engine with PDMA interface.
0002
0003 Required properties:
0004 - compatible : Should be one of the following strings:
0005 "axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC
0006 "axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC.
0007 - reg: Base address and size for the PDMA register area.
0008 - interrupts: Interrupt handle for the PDMA interrupt line.
0009
0010 Example:
0011
0012 crypto@f4264000 {
0013 compatible = "axis,artpec6-crypto";
0014 reg = <0xf4264000 0x1000>;
0015 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
0016 };