• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Samsung SoC SlimSSS (Slim Security SubSystem) module
2
3The SlimSSS module in Exynos5433 SoC supports the following:
4-- Feeder (FeedCtrl)
5-- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS
6-- SHA-1/SHA-256 and (SHA-1/SHA-256)/HMAC
7
8Required properties:
9
10- compatible : Should contain entry for slimSSS version:
11  - "samsung,exynos5433-slim-sss" for Exynos5433 SoC.
12- reg : Offset and length of the register set for the module
13- interrupts : interrupt specifiers of SlimSSS module interrupts (one feed
14		control interrupt).
15
16- clocks : list of clock phandle and specifier pairs for all clocks listed in
17		clock-names property.
18- clock-names : list of device clock input names; should contain "pclk" and
19		"aclk" for slim-sss in Exynos5433.
20