Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / crypto / arm-cryptocell.txt
blobcec8d5d74e26f872c016f2ae1bc9e10dd7373ed7
1 Arm TrustZone CryptoCell cryptographic engine
3 Required properties:
4 - compatible: Should be "arm,cryptocell-712-ree".
5 - reg: Base physical address of the engine and length of memory mapped region.
6 - interrupts: Interrupt number for the device.
8 Optional properties:
9 - interrupt-parent: The phandle for the interrupt controller that services
10   interrupts for this device.
11 - clocks: Reference to the crypto engine clock.
12 - dma-coherent: Present if dma operations are coherent.
14 Examples:
16        arm_cc712: crypto@80000000 {
17                compatible = "arm,cryptocell-712-ree";
18                interrupt-parent = <&intc>;
19                interrupts = < 0 30 4 >;
20                reg = < 0x80000000 0x10000 >;
22        };