Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > 2b1656099c23beea3daf4b6717b67a7c > files > 936

kernel-doc-3.12.8-2.mga4.noarch.rpm

Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
Currently only i.MX27 is 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>;
};