Path: blob/master/Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml
26308 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-pixelvalve422- brcm,bcm2712-pixelvalve023- brcm,bcm2712-pixelvalve124- brcm,bcm2712-pixelvalve22526reg:27maxItems: 12829interrupts:30maxItems: 13132required:33- compatible34- reg35- interrupts3637additionalProperties: false3839examples:40- |41pixelvalve@7e807000 {42compatible = "brcm,bcm2835-pixelvalve2";43reg = <0x7e807000 0x100>;44interrupts = <2 10>; /* pixelvalve */45};4647...484950