xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/amd-ccp.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun* AMD Cryptographic Coprocessor driver (ccp)
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: Should be "amd,ccp-seattle-v1a"
5*4882a593Smuzhiyun- reg: Address and length of the register set for the device
6*4882a593Smuzhiyun- interrupts: Should contain the CCP interrupt
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunOptional properties:
9*4882a593Smuzhiyun- dma-coherent: Present if dma operations are coherent
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyun	ccp@e0100000 {
13*4882a593Smuzhiyun		compatible = "amd,ccp-seattle-v1a";
14*4882a593Smuzhiyun		reg = <0 0xe0100000 0 0x10000>;
15*4882a593Smuzhiyun		interrupt-parent = <&gic>;
16*4882a593Smuzhiyun		interrupts = <0 3 4>;
17*4882a593Smuzhiyun	};
18