Skip to content

Commit d3ff9f8

Browse files
Kamil Koniecznyherbertx
authored andcommitted
dt-bindings: crypto: document Exynos5433 SlimSSS
Document DT bindings for crypto Samsung Exynos5433 SlimSSS (Slim Security SubSystem) IP. Signed-off-by: Kamil Konieczny <k.konieczny@partner.samsung.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 8c2b43d commit d3ff9f8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Samsung SoC SlimSSS (Slim Security SubSystem) module
2+
3+
The 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+
8+
Required 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.

0 commit comments

Comments
 (0)