11ad348f4STom Lendacky* AMD Cryptographic Coprocessor driver (ccp) 21ad348f4STom Lendacky 31ad348f4STom LendackyRequired properties: 41ad348f4STom Lendacky- compatible: Should be "amd,ccp-seattle-v1a" 51ad348f4STom Lendacky- reg: Address and length of the register set for the device 61ad348f4STom Lendacky- interrupts: Should contain the CCP interrupt 71ad348f4STom Lendacky 8*126ae9adSTom LendackyOptional properties: 9*126ae9adSTom Lendacky- dma-coherent: Present if dma operations are coherent 10*126ae9adSTom Lendacky 111ad348f4STom LendackyExample: 121ad348f4STom Lendacky ccp@e0100000 { 131ad348f4STom Lendacky compatible = "amd,ccp-seattle-v1a"; 141ad348f4STom Lendacky reg = <0 0xe0100000 0 0x10000>; 151ad348f4STom Lendacky interrupt-parent = <&gic>; 161ad348f4STom Lendacky interrupts = <0 3 4>; 171ad348f4STom Lendacky }; 18