Path: blob/main/sys/contrib/device-tree/Bindings/display/brcm,bcm2835-pixelvalve0.yaml
48376 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/display/brcm,bcm2835-pixelvalve0.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Broadcom VC4 (VideoCore4) PixelValve78maintainers:9- Eric Anholt <eric@anholt.net>1011properties:12compatible:13enum:14- brcm,bcm2835-pixelvalve015- brcm,bcm2835-pixelvalve116- brcm,bcm2835-pixelvalve217- brcm,bcm2711-pixelvalve018- brcm,bcm2711-pixelvalve119- brcm,bcm2711-pixelvalve220- brcm,bcm2711-pixelvalve321- brcm,bcm2711-pixelvalve42223reg:24maxItems: 12526interrupts:27maxItems: 12829required:30- compatible31- reg32- interrupts3334additionalProperties: false3536examples:37- |38pixelvalve@7e807000 {39compatible = "brcm,bcm2835-pixelvalve2";40reg = <0x7e807000 0x100>;41interrupts = <2 10>; /* pixelvalve */42};4344...454647