artpec6-crypto.txt 508 B

12345678910111213141516
  1. Axis crypto engine with PDMA interface.
  2. Required properties:
  3. - compatible : Should be one of the following strings:
  4. "axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC
  5. "axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC.
  6. - reg: Base address and size for the PDMA register area.
  7. - interrupts: Interrupt handle for the PDMA interrupt line.
  8. Example:
  9. crypto@f4264000 {
  10. compatible = "axis,artpec6-crypto";
  11. reg = <0xf4264000 0x1000>;
  12. interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
  13. };