0001 * AMD Cryptographic Coprocessor driver (ccp)
0002
0003 Required properties:
0004 - compatible: Should be "amd,ccp-seattle-v1a"
0005 - reg: Address and length of the register set for the device
0006 - interrupts: Should contain the CCP interrupt
0007
0008 Optional properties:
0009 - dma-coherent: Present if dma operations are coherent
0010
0011 Example:
0012 ccp@e0100000 {
0013 compatible = "amd,ccp-seattle-v1a";
0014 reg = <0 0xe0100000 0 0x10000>;
0015 interrupt-parent = <&gic>;
0016 interrupts = <0 3 4>;
0017 };