Path: blob/master/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/samsung-slimsss.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Samsung Exynos SoC SlimSSS (Slim Security SubSystem) module78maintainers:9- Krzysztof Kozlowski <krzk@kernel.org>1011description: |+12The SlimSSS module in Exynos5433 SoC supports the following:13-- Feeder (FeedCtrl)14-- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS15-- SHA-1/SHA-256 and (SHA-1/SHA-256)/HMAC1617properties:18compatible:19items:20- const: samsung,exynos5433-slim-sss2122reg:23maxItems: 12425clocks:26maxItems: 22728clock-names:29items:30- const: pclk31- const: aclk3233interrupts:34description: One feed control interrupt.35maxItems: 13637required:38- compatible39- reg40- clock-names41- clocks42- interrupts4344additionalProperties: false454647