Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
Extension
.yaml
Size
2902 bytes
Lines
112
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/nvmem/mediatek,efuse.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MediaTek efuse

description: |
  MediaTek's efuse is used for storing calibration data, it can be accessed
  on ARM devices usiong I/O mapped memory.

maintainers:
  - Andrew-CT Chen <andrew-ct.chen@mediatek.com>
  - Lala Lin <lala.lin@mediatek.com>

allOf:
  - $ref: nvmem.yaml#
  - $ref: nvmem-deprecated-cells.yaml#

properties:
  $nodename:
    pattern: "^efuse@[0-9a-f]+$"

  compatible:
    oneOf:
      - items:
          - enum:
              - mediatek,mt8188-efuse
              - mediatek,mt8189-efuse
              - mediatek,mt8196-efuse
          - const: mediatek,mt8186-efuse
      - const: mediatek,mt8186-efuse

      - items:
          - enum:
              - mediatek,mt8186-efuse
              - mediatek,mt8188-efuse
          - const: mediatek,efuse
        deprecated: true
        description: Some compatibles also imply a decoding scheme for the
          "gpu-speedbin" cell, and thus are not backward compatible to the
          generic "mediatek,efuse" compatible.

      - items:
          - enum:
              - mediatek,mt7622-efuse
              - mediatek,mt7623-efuse
              - mediatek,mt7981-efuse
              - mediatek,mt7986-efuse
              - mediatek,mt7988-efuse
              - mediatek,mt8173-efuse
              - mediatek,mt8183-efuse
              - mediatek,mt8189-efuse
              - mediatek,mt8192-efuse
              - mediatek,mt8195-efuse
              - mediatek,mt8516-efuse
          - const: mediatek,efuse
      - const: mediatek,mt8173-efuse
        deprecated: true

  reg:
    maxItems: 1

required:
  - compatible
  - reg

unevaluatedProperties: false

Annotation

Implementation Notes