Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: crypto: add ARTPEC crypto

Document the device tree bindings for the ARTPEC crypto accelerator on
ARTPEC-6 and ARTPEC-7 SoCs.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Lars Persson and committed by
Herbert Xu
ac6b6f45 75d11e75

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