fsl-imx-sahara.txt 411 B

123456789101112131415
  1. Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
  2. Currently only i.MX27 and i.MX53 are supported.
  3. Required properties:
  4. - compatible : Should be "fsl,<soc>-sahara"
  5. - reg : Should contain SAHARA registers location and length
  6. - interrupts : Should contain SAHARA interrupt number
  7. Example:
  8. sah@10025000 {
  9. compatible = "fsl,imx27-sahara";
  10. reg = < 0x10025000 0x800>;
  11. interrupts = <75>;
  12. };