Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 9d419742b9681cde2b82b5fb15e025ab > files > 1191

kernel-doc-4.1.12-1.mga5.noarch.rpm

Marvell Cryptographic Engines And Security Accelerator

Required properties:
- compatible : should be "marvell,orion-crypto"
- reg : base physical address of the engine and length of memory mapped
        region, followed by base physical address of sram and its memory
        length
- reg-names : "regs" , "sram";
- interrupts : interrupt number

Examples:

	crypto@30000 {
		compatible = "marvell,orion-crypto";
		reg = <0x30000 0x10000>,
		      <0x4000000 0x800>;
		reg-names = "regs" , "sram";
		interrupts = <22>;
		status = "okay";
	};