samsung-sss.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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 (one feed
  23. control interrupt).
  24. - clocks : list of clock phandle and specifier pairs for all clocks listed in
  25. clock-names property.
  26. - clock-names : list of device clock input names; should contain one entry
  27. "secss".