Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / crypto / samsung-slimsss.txt
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.