brintos

brintos / linux-shallow public Read only

0
0
Text · 623 B · bb18619 Raw
38 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/display/brcm,bcm2835-txp.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Broadcom VC4 (VideoCore4) TXP (writeback) Controller8 9maintainers:10  - Eric Anholt <eric@anholt.net>11 12properties:13  compatible:14    const: brcm,bcm2835-txp15 16  reg:17    maxItems: 118 19  interrupts:20    maxItems: 121 22required:23  - compatible24  - reg25  - interrupts26 27additionalProperties: false28 29examples:30  - |31    txp: txp@7e004000 {32        compatible = "brcm,bcm2835-txp";33        reg = <0x7e004000 0x20>;34        interrupts = <1 11>;35    };36 37...38