samsung-sss.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Samsung SoC SSS (Security SubSystem) module
  2. The SSS module in S5PV210 SoC supports the following:
  3. -- Feeder (FeedCtrl)
  4. -- Advanced Encryption Standard (AES)
  5. -- Data Encryption Standard (DES)/3DES
  6. -- Public Key Accelerator (PKA)
  7. -- SHA-1/SHA-256/MD5/HMAC (SHA-1/SHA-256/MD5)/PRNG
  8. -- PRNG: Pseudo Random Number Generator
  9. The SSS module in Exynos4 (Exynos4210) and
  10. Exynos5 (Exynos5420 and Exynos5250) SoCs
  11. supports the following also:
  12. -- ARCFOUR (ARC4)
  13. -- True Random Number Generator (TRNG)
  14. -- Secure Key Manager
  15. Required properties:
  16. - compatible : Should contain entries for this and backward compatible
  17. SSS versions:
  18. - "samsung,s5pv210-secss" for S5PV210 SoC.
  19. - "samsung,exynos4210-secss" for Exynos4210, Exynos4212, Exynos4412, Exynos5250,
  20. Exynos5260 and Exynos5420 SoCs.
  21. - reg : Offset and length of the register set for the module
  22. - interrupts : interrupt specifiers of SSS module interrupts, should contain
  23. following entries:
  24. - first : feed control interrupt (required for all variants),
  25. - second : hash interrupt (required only for samsung,s5pv210-secss).
  26. - clocks : list of clock phandle and specifier pairs for all clocks listed in
  27. clock-names property.
  28. - clock-names : list of device clock input names; should contain one entry
  29. "secss".