mv_cesa.txt 544 B

1234567891011121314151617181920
  1. Marvell Cryptographic Engines And Security Accelerator
  2. Required properties:
  3. - compatible : should be "marvell,orion-crypto"
  4. - reg : base physical address of the engine and length of memory mapped
  5. region, followed by base physical address of sram and its memory
  6. length
  7. - reg-names : "regs" , "sram";
  8. - interrupts : interrupt number
  9. Examples:
  10. crypto@30000 {
  11. compatible = "marvell,orion-crypto";
  12. reg = <0x30000 0x10000>,
  13. <0x4000000 0x800>;
  14. reg-names = "regs" , "sram";
  15. interrupts = <22>;
  16. status = "okay";
  17. };