brintos

brintos / linux-shallow public Read only

0
0
Text · 1.9 KiB · cdf805b Raw
71 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/marvell/armada-38x.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Marvell Armada 38x Platforms8 9maintainers:10  - Gregory CLEMENT <gregory.clement@bootlin.com>11 12properties:13  $nodename:14    const: '/'15  compatible:16    oneOf:17 18      - description:19          Netgear Armada 380 GS110EM Managed Switch.20        items:21          - const: netgear,gs110emx22          - const: marvell,armada38023 24      - description:25          Marvell Armada 385 Development Boards.26        items:27          - enum:28              - marvell,a385-db-amc29              - marvell,a385-db-ap30          - const: marvell,armada38531          - const: marvell,armada38032 33      - description:34          SolidRun Armada 385 based single-board computers.35        items:36          - enum:37              - solidrun,clearfog-gtr-l838              - solidrun,clearfog-gtr-s439          - const: marvell,armada38540          - const: marvell,armada38041 42      - description:43          Kobol Armada 388 based Helios-4 NAS.44        items:45          - const: kobol,helios446          - const: marvell,armada38847          - const: marvell,armada38548          - const: marvell,armada38049 50      - description:51          Marvell Armada 388 Development Boards.52        items:53          - enum:54              - marvell,a388-gp55          - const: marvell,armada38856          - const: marvell,armada38557          - const: marvell,armada38058 59      - description:60          SolidRun Armada 388 clearfog family single-board computers.61        items:62          - enum:63              - solidrun,clearfog-base-a164              - solidrun,clearfog-pro-a165          - const: solidrun,clearfog-a166          - const: marvell,armada38867          - const: marvell,armada38568          - const: marvell,armada38069 70additionalProperties: true71