1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/marvell/marvell,ac5.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Marvell Alleycat5/5X Platforms
8
9maintainers:
10  - Chris Packham <chris.packham@alliedtelesis.co.nz>
11
12properties:
13  $nodename:
14    const: '/'
15  compatible:
16    oneOf:
17      - description: Alleycat5 (98DX25xx) Reference Design
18        items:
19          - enum:
20              - marvell,rd-ac5
21          - const: marvell,ac5
22
23      - description: Alleycat5X (98DX35xx) Reference Design
24        items:
25          - enum:
26              - marvell,rd-ac5x
27          - const: marvell,ac5x
28          - const: marvell,ac5
29
30additionalProperties: true
31
32...
33