arm-cryptocell.txt 676 B

123456789101112131415161718192021
  1. Arm TrustZone CryptoCell cryptographic engine
  2. Required properties:
  3. - compatible: Should be one of: "arm,cryptocell-712-ree",
  4. "arm,cryptocell-710-ree" or "arm,cryptocell-630p-ree".
  5. - reg: Base physical address of the engine and length of memory mapped region.
  6. - interrupts: Interrupt number for the device.
  7. Optional properties:
  8. - clocks: Reference to the crypto engine clock.
  9. - dma-coherent: Present if dma operations are coherent.
  10. Examples:
  11. arm_cc712: crypto@80000000 {
  12. compatible = "arm,cryptocell-712-ree";
  13. interrupt-parent = <&intc>;
  14. interrupts = < 0 30 4 >;
  15. reg = < 0x80000000 0x10000 >;
  16. };