Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml
26308 views
1
# SPDX-License-Identifier: GPL-2.0
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/display/brcm,bcm2835-vc4.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: Broadcom VC4 (VideoCore4) GPU
8
9
maintainers:
10
- Eric Anholt <eric@anholt.net>
11
12
description: >
13
The VC4 device present on the Raspberry Pi includes a display system
14
with HDMI output and the HVS (Hardware Video Scaler) for compositing
15
display planes.
16
17
properties:
18
compatible:
19
enum:
20
- brcm,bcm2711-vc5
21
- brcm,bcm2712-vc6
22
- brcm,bcm2835-vc4
23
- brcm,cygnus-vc4
24
25
required:
26
- compatible
27
28
additionalProperties: false
29
30
examples:
31
- |
32
vc4: gpu {
33
compatible = "brcm,bcm2835-vc4";
34
};
35
36
...
37
38