amd-ccp.txt 453 B

1234567891011121314151617
  1. * AMD Cryptographic Coprocessor driver (ccp)
  2. Required properties:
  3. - compatible: Should be "amd,ccp-seattle-v1a"
  4. - reg: Address and length of the register set for the device
  5. - interrupts: Should contain the CCP interrupt
  6. Optional properties:
  7. - dma-coherent: Present if dma operations are coherent
  8. Example:
  9. ccp@e0100000 {
  10. compatible = "amd,ccp-seattle-v1a";
  11. reg = <0 0xe0100000 0 0x10000>;
  12. interrupt-parent = <&gic>;
  13. interrupts = <0 3 4>;
  14. };