aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/Documentation/devicetree/bindings/crypto/arm-cryptocell.txt
blob: 2ea65175c0322d37674898fa939ce745a567da29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Arm TrustZone CryptoCell cryptographic accelerators

Required properties:
- compatible: must be "arm,cryptocell-712-ree".
- reg: shall contain base register location and length.
	Typically length is 0x10000.
- interrupts: shall contain the interrupt for the device.

Optional properties:
- interrupt-parent: can designate the interrupt controller the
	device interrupt is connected to, if needed.
- clocks: may contain the clock handling the device, if needed.
- power-domains: may contain a reference to the PM domain, if applicable.


Examples:

Zynq FPGA device
----------------

       arm_cc7x: arm_cc7x@80000000 {
               compatible = "arm,cryptocell-712-ree";
               interrupt-parent = <&intc>;
               interrupts = < 0 30 4 >;
               reg = < 0x80000000 0x10000 >;
       };