brintos

brintos / linux-shallow public Read only

0
0
Text · 889 B · 4e1ba03 Raw
46 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/display/brcm,bcm2835-pixelvalve0.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Broadcom VC4 (VideoCore4) PixelValve8 9maintainers:10  - Eric Anholt <eric@anholt.net>11 12properties:13  compatible:14    enum:15      - brcm,bcm2835-pixelvalve016      - brcm,bcm2835-pixelvalve117      - brcm,bcm2835-pixelvalve218      - brcm,bcm2711-pixelvalve019      - brcm,bcm2711-pixelvalve120      - brcm,bcm2711-pixelvalve221      - brcm,bcm2711-pixelvalve322      - brcm,bcm2711-pixelvalve423 24  reg:25    maxItems: 126 27  interrupts:28    maxItems: 129 30required:31  - compatible32  - reg33  - interrupts34 35additionalProperties: false36 37examples:38  - |39    pixelvalve@7e807000 {40        compatible = "brcm,bcm2835-pixelvalve2";41        reg = <0x7e807000 0x100>;42        interrupts = <2 10>; /* pixelvalve */43    };44 45...46