OSDN Git Service

dt-bindings: crypto: ccree: add ccree 713
[uclinux-h8/linux.git] / Documentation / devicetree / bindings / crypto / arm-cryptocell.txt
1 Arm TrustZone CryptoCell cryptographic engine
2
3 Required properties:
4 - compatible: Should be one of -
5    "arm,cryptocell-713-ree"
6    "arm,cryptocell-712-ree"
7    "arm,cryptocell-710-ree"
8    "arm,cryptocell-630p-ree"
9 - reg: Base physical address of the engine and length of memory mapped region.
10 - interrupts: Interrupt number for the device.
11
12 Optional properties:
13 - clocks: Reference to the crypto engine clock.
14 - dma-coherent: Present if dma operations are coherent.
15
16 Examples:
17
18        arm_cc712: crypto@80000000 {
19                compatible = "arm,cryptocell-712-ree";
20                interrupt-parent = <&intc>;
21                interrupts = < 0 30 4 >;
22                reg = < 0x80000000 0x10000 >;
23
24        };