brintos

brintos / linux-shallow public Read only

0
0
Text · 745 B · 3b060c3 Raw
36 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/arm,versatile-sysreg.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Arm Versatile system registers8 9maintainers:10  - Linus Walleij <linus.walleij@linaro.org>11 12description:13  This is a system control registers block, providing multiple low level14  platform functions like board detection and identification, software15  interrupt generation, MMC and NOR Flash control, etc.16 17properties:18  compatible:19    items:20      - const: arm,versatile-sysreg21      - const: syscon22      - const: simple-mfd23 24  reg:25    maxItems: 126 27  panel:28    type: object29 30required:31  - compatible32  - reg33 34additionalProperties: false35...36