Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml
Extension
.yaml
Size
1739 bytes
Lines
97
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/crypto/starfive,jh7110-crypto.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: StarFive Cryptographic Module

maintainers:
  - Jia Jie Ho <jiajie.ho@starfivetech.com>
  - William Qiu <william.qiu@starfivetech.com>

properties:
  compatible:
    enum:
      - starfive,jh7110-crypto
      - starfive,jh8100-crypto

  reg:
    maxItems: 1

  clocks:
    items:
      - description: Hardware reference clock
      - description: AHB reference clock

  clock-names:
    items:
      - const: hclk
      - const: ahb

  interrupts:
    minItems: 1
    items:
      - description: SHA2 module irq
      - description: SM3 module irq

  resets:
    maxItems: 1

  dmas:
    items:
      - description: TX DMA channel
      - description: RX DMA channel

  dma-names:
    items:
      - const: tx
      - const: rx

required:
  - compatible
  - reg
  - clocks
  - clock-names
  - resets
  - dmas
  - dma-names

additionalProperties: false

allOf:
  - if:
      properties:
        compatible:
          const: starfive,jh7110-crypto

    then:
      properties:
        interrupts:

Annotation

Implementation Notes