Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml
Extension
.yaml
Size
1338 bytes
Lines
50
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 OR BSD-2-Clause)
# Copyright 2019 BayLibre, SAS
%YAML 1.2
---
$id: http://devicetree.org/schemas/reset/amlogic,meson-reset.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Amlogic Meson SoC Reset Controller

maintainers:
  - Neil Armstrong <neil.armstrong@linaro.org>

properties:
  compatible:
    oneOf:
      - enum:
          - amlogic,meson8b-reset # Reset Controller on Meson8b and compatible SoCs
          - amlogic,meson-gxbb-reset # Reset Controller on GXBB and compatible SoCs
          - amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs
          - amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs
          - amlogic,meson-s4-reset # Reset Controller on S4 and compatible SoCs
          - amlogic,c3-reset # Reset Controller on C3 and compatible SoCs
          - amlogic,t7-reset
      - items:
          - enum:
              - amlogic,a4-reset
              - amlogic,a5-reset
          - const: amlogic,meson-s4-reset

  reg:
    maxItems: 1

  "#reset-cells":
    const: 1

required:
  - compatible
  - reg
  - "#reset-cells"

additionalProperties: false

examples:
  - |
    reset-controller@c884404 {
          compatible = "amlogic,meson-gxbb-reset";
          reg = <0xc884404 0x20>;
          #reset-cells = <1>;
    };

Annotation

Implementation Notes