Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / crypto / mv_cesa.txt
1 Marvell Cryptographic Engines And Security Accelerator
2
3 Required properties:
4 - compatible : should be "marvell,orion-crypto"
5 - reg : base physical address of the engine and length of memory mapped
6         region, followed by base physical address of sram and its memory
7         length
8 - reg-names : "regs" , "sram";
9 - interrupts : interrupt number
10
11 Examples:
12
13         crypto@30000 {
14                 compatible = "marvell,orion-crypto";
15                 reg = <0x30000 0x10000>,
16                       <0x4000000 0x800>;
17                 reg-names = "regs" , "sram";
18                 interrupts = <22>;
19                 status = "okay";
20         };