Documentation/devicetree/bindings/arm/marvell/marvell,dove.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/arm/marvell/marvell,dove.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/arm/marvell/marvell,dove.yaml
Extension
.yaml
Size
878 bytes
Lines
36
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/marvell/marvell,dove.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Marvell Dove SoC

maintainers:
  - Andrew Lunn <andrew@lunn.ch>
  - Gregory Clement <gregory.clement@bootlin.com>

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - items:
          - enum:
              - compulab,cm-a510
              - solidrun,cubox
              - globalscale,d2plug
              - globalscale,d3plug
              - marvell,dove-db
          - const: marvell,dove
      - items:
          - const: solidrun,cubox-es
          - const: solidrun,cubox
          - const: marvell,dove
      - items:
          - const: compulab,sbc-a510
          - const: compulab,cm-a510
          - const: marvell,dove

additionalProperties: true

Annotation

Implementation Notes