blob: 3292c669ee11d5e143408206bec20151857f4bf8 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/airoha.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Airoha SoC based Platforms
8
9maintainers:
10 - Felix Fietkau <nbd@nbd.name>
11 - John Crispin <john@phrozen.org>
12
13description:
14 Boards with an Airoha SoC shall have the following properties.
15
16properties:
17 $nodename:
18 const: '/'
19 compatible:
20 oneOf:
21 - items:
22 - enum:
23 - airoha,en7523-evb
24 - const: airoha,en7523
25
26additionalProperties: true
27
28...