1 * AMD Cryptographic Coprocessor driver (ccp)
4 - compatible: Should be "amd,ccp-seattle-v1a"
5 - reg: Address and length of the register set for the device
6 - interrupts: Should contain the CCP interrupt
9 - dma-coherent: Present if dma operations are coherent
13 compatible = "amd,ccp-seattle-v1a";
14 reg = <0 0xe0100000 0 0x10000>;
15 interrupt-parent = <&gic>;