Documentation/devicetree/bindings/arm/microchip,sama7g5-chipid.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/arm/microchip,sama7g5-chipid.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/arm/microchip,sama7g5-chipid.yaml
Extension
.yaml
Size
966 bytes
Lines
42
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/arm/microchip,sama7g5-chipid.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Atmel/Microchip RAMC SDRAM/DDR Controller

maintainers:
  - Nicolas Ferre <nicolas.ferre@microchip.com>
  - Claudiu Beznea <claudiu.beznea@tuxon.dev>

description:
  This binding describes the Atmel/Microchip Chip ID register block used
  for SoC identification and revision information. It requires compatible
  strings matching specific SoC families and a reg property defining the
  register address and size.

properties:
  compatible:
    enum:
      - atmel,sama5d2-chipid
      - microchip,sama7d65-chipid
      - microchip,sama7g5-chipid

  reg:
    maxItems: 1

required:
  - compatible
  - reg

unevaluatedProperties: false

examples:
  - |
    chipid@fc069000 {
        compatible = "atmel,sama5d2-chipid";
        reg = <0xfc069000 0x8>;
    };
...

Annotation

Implementation Notes