36 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/display/brcm,bcm2835-vc4.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Broadcom VC4 (VideoCore4) GPU8 9maintainers:10 - Eric Anholt <eric@anholt.net>11 12description: >13 The VC4 device present on the Raspberry Pi includes a display system14 with HDMI output and the HVS (Hardware Video Scaler) for compositing15 display planes.16 17properties:18 compatible:19 enum:20 - brcm,bcm2711-vc521 - brcm,bcm2835-vc422 - brcm,cygnus-vc423 24required:25 - compatible26 27additionalProperties: false28 29examples:30 - |31 vc4: gpu {32 compatible = "brcm,bcm2835-vc4";33 };34 35...36