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/armada-37xx.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Marvell Armada 37xx Platforms
8
9maintainers:
10  - Robert Marko <robert.marko@sartura.hr>
11
12properties:
13  $nodename:
14    const: '/'
15  compatible:
16    oneOf:
17      - description: Armada 3720 SoC boards
18        items:
19          - enum:
20              - cznic,turris-mox
21              - globalscale,espressobin
22              - marvell,armada-3720-db
23              - methode,udpu
24          - const: marvell,armada3720
25          - const: marvell,armada3710
26
27      - description: Globalscale Espressobin boards
28        items:
29          - enum:
30              - globalscale,espressobin-emmc
31              - globalscale,espressobin-ultra
32              - globalscale,espressobin-v7
33          - const: globalscale,espressobin
34          - const: marvell,armada3720
35          - const: marvell,armada3710
36
37      - description: Globalscale Espressobin V7 boards
38        items:
39          - enum:
40              - globalscale,espressobin-v7-emmc
41          - const: globalscale,espressobin-v7
42          - const: globalscale,espressobin
43          - const: marvell,armada3720
44          - const: marvell,armada3710
45
46additionalProperties: true
47