1 * AMD Cryptographic Coprocessor driver (ccp) 1 * AMD Cryptographic Coprocessor driver (ccp) 2 2 3 Required properties: 3 Required properties: 4 - compatible: Should be "amd,ccp-seattle-v1a" 4 - compatible: Should be "amd,ccp-seattle-v1a" 5 - reg: Address and length of the register set 5 - reg: Address and length of the register set for the device 6 - interrupts: Should contain the CCP interrupt 6 - interrupts: Should contain the CCP interrupt 7 7 8 Optional properties: 8 Optional properties: 9 - dma-coherent: Present if dma operations are 9 - dma-coherent: Present if dma operations are coherent 10 10 11 Example: 11 Example: 12 ccp@e0100000 { 12 ccp@e0100000 { 13 compatible = "amd,ccp-seattle- 13 compatible = "amd,ccp-seattle-v1a"; 14 reg = <0 0xe0100000 0 0x10000> 14 reg = <0 0xe0100000 0 0x10000>; 15 interrupt-parent = <&gic>; 15 interrupt-parent = <&gic>; 16 interrupts = <0 3 4>; 16 interrupts = <0 3 4>; 17 }; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.