arm-cryptocell.txt 716 B

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