Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
17 lines
508 B
Plaintext
17 lines
508 B
Plaintext
Axis crypto engine with PDMA interface.
|
|
|
|
Required properties:
|
|
- compatible : Should be one of the following strings:
|
|
"axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC
|
|
"axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC.
|
|
- reg: Base address and size for the PDMA register area.
|
|
- interrupts: Interrupt handle for the PDMA interrupt line.
|
|
|
|
Example:
|
|
|
|
crypto@f4264000 {
|
|
compatible = "axis,artpec6-crypto";
|
|
reg = <0xf4264000 0x1000>;
|
|
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
|
|
};
|