Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml
Extension
.yaml
Size
988 bytes
Lines
49
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
%YAML 1.2
---
$id: http://devicetree.org/schemas/display/brcm,bcm2835-pixelvalve0.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Broadcom VC4 (VideoCore4) PixelValve

maintainers:
  - Eric Anholt <eric@anholt.net>

properties:
  compatible:
    enum:
      - brcm,bcm2835-pixelvalve0
      - brcm,bcm2835-pixelvalve1
      - brcm,bcm2835-pixelvalve2
      - brcm,bcm2711-pixelvalve0
      - brcm,bcm2711-pixelvalve1
      - brcm,bcm2711-pixelvalve2
      - brcm,bcm2711-pixelvalve3
      - brcm,bcm2711-pixelvalve4
      - brcm,bcm2712-pixelvalve0
      - brcm,bcm2712-pixelvalve1
      - brcm,bcm2712-pixelvalve2

  reg:
    maxItems: 1

  interrupts:
    maxItems: 1

required:
  - compatible
  - reg
  - interrupts

additionalProperties: false

examples:
  - |
    pixelvalve@7e807000 {
        compatible = "brcm,bcm2835-pixelvalve2";
        reg = <0x7e807000 0x100>;
        interrupts = <2 10>; /* pixelvalve */
    };

...

Annotation

Implementation Notes