brintos

brintos / linux-shallow public Read only

0
0
Text · 898 B · 5b31891 Raw
46 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/crypto/samsung-slimsss.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Samsung Exynos SoC SlimSSS (Slim Security SubSystem) module8 9maintainers:10  - Krzysztof Kozlowski <krzk@kernel.org>11 12description: |+13  The SlimSSS module in Exynos5433 SoC supports the following:14  -- Feeder (FeedCtrl)15  -- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS16  -- SHA-1/SHA-256 and (SHA-1/SHA-256)/HMAC17 18properties:19  compatible:20    items:21      - const: samsung,exynos5433-slim-sss22 23  reg:24    maxItems: 125 26  clocks:27    maxItems: 228 29  clock-names:30    items:31      - const: pclk32      - const: aclk33 34  interrupts:35    description: One feed control interrupt.36    maxItems: 137 38required:39  - compatible40  - reg41  - clock-names42  - clocks43  - interrupts44 45additionalProperties: false46