Path: blob/master/Documentation/devicetree/bindings/crypto/samsung-sss.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/samsung-sss.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Samsung Exynos SoC SSS (Security SubSystem) module78maintainers:9- Krzysztof Kozlowski <krzk@kernel.org>1011description: |+12The SSS module in S5PV210 SoC supports the following:13-- Feeder (FeedCtrl)14-- Advanced Encryption Standard (AES)15-- Data Encryption Standard (DES)/3DES16-- Public Key Accelerator (PKA)17-- SHA-1/SHA-256/MD5/HMAC (SHA-1/SHA-256/MD5)/PRNG18-- PRNG: Pseudo Random Number Generator1920The SSS module in Exynos4 (Exynos4210) and Exynos5 (Exynos5420 and Exynos5250)21SoCs supports the following also:22-- ARCFOUR (ARC4)23-- True Random Number Generator (TRNG)24-- Secure Key Manager2526properties:27compatible:28items:29- enum:30- samsung,s5pv210-secss # for S5PV21031- samsung,exynos4210-secss # for Exynos4210, Exynos4212,32# Exynos4412, Exynos5250,33# Exynos5260 and Exynos54203435reg:36maxItems: 13738clocks:39maxItems: 14041clock-names:42items:43- const: secss4445interrupts:46description: One feed control interrupt.47maxItems: 14849required:50- compatible51- reg52- clock-names53- clocks54- interrupts5556additionalProperties: false575859