Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 0f81cb7ea4ed3314a30e86e0d24d9287 > files > 1458

kernel-doc-5.2.7-1.mga7.noarch.rpm

Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
Currently only i.MX27 and i.MX53 are supported.

Required properties:
- compatible : Should be "fsl,<soc>-sahara"
- reg : Should contain SAHARA registers location and length
- interrupts : Should contain SAHARA interrupt number

Example:

sah@10025000 {
	compatible = "fsl,imx27-sahara";
	reg = <	0x10025000 0x800>;
	interrupts = <75>;
};