brintos

brintos / linux-shallow public Read only

0
0
Text · 523 B · a465c9e Raw
29 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/spear.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ST SPEAr Platforms8 9maintainers:10  - Viresh Kumar <vireshk@kernel.org>11  - Stefan Roese <sr@denx.de>12 13properties:14  $nodename:15    const: '/'16  compatible:17    items:18      - enum:19          - st,spear60020          - st,spear30021          - st,spear31022          - st,spear32023          - st,spear131024          - st,spear134025 26additionalProperties: true27 28...29