0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/crypto/samsung-slimsss.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Samsung Exynos SoC SlimSSS (Slim Security SubSystem) module
0008
0009 maintainers:
0010 - Krzysztof Kozlowski <krzk@kernel.org>
0011
0012 description: |+
0013 The SlimSSS module in Exynos5433 SoC supports the following:
0014 -- Feeder (FeedCtrl)
0015 -- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS
0016 -- SHA-1/SHA-256 and (SHA-1/SHA-256)/HMAC
0017
0018 properties:
0019 compatible:
0020 items:
0021 - const: samsung,exynos5433-slim-sss
0022
0023 reg:
0024 maxItems: 1
0025
0026 clocks:
0027 minItems: 2
0028 maxItems: 2
0029
0030 clock-names:
0031 items:
0032 - const: pclk
0033 - const: aclk
0034
0035 interrupts:
0036 description: One feed control interrupt.
0037 maxItems: 1
0038
0039 required:
0040 - compatible
0041 - reg
0042 - clock-names
0043 - clocks
0044 - interrupts
0045
0046 additionalProperties: false