brintos

brintos / linux-shallow public Read only

0
0
Text · 915 B · 4c43eaf Raw
42 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/mrvl/mrvl.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Marvell Platforms8 9maintainers:10  - Lubomir Rintel <lkundrak@v3.sk>11 12properties:13  $nodename:14    const: '/'15  compatible:16    oneOf:17      - description: PXA168 Aspenite Board18        items:19          - enum:20              - mrvl,pxa168-aspenite21          - const: mrvl,pxa16822      - description: PXA910 DKB Board23        items:24          - enum:25              - mrvl,pxa910-dkb26          - const: mrvl,pxa91027      - description: MMP2 based boards28        items:29          - enum:30              - mrvl,mmp2-brownstone31              - olpc,xo-1.7532          - const: mrvl,mmp233      - description: MMP3 based boards34        items:35          - enum:36              - dell,wyse-ariel37          - const: marvell,mmp338 39additionalProperties: true40 41...42