blob: a3a4d710bd02a00b1ff94f0fdc2b60aa595dd53a [file] [log] [blame]
Rob Herringb061e4e2018-04-26 12:22:38 -05001# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
Hanna Hawa34d8ddb2020-07-24 16:26:49 +03004$id: http://devicetree.org/schemas/arm/amazon,al.yaml#
Rob Herringb061e4e2018-04-26 12:22:38 -05005$schema: http://devicetree.org/meta-schemas/core.yaml#
6
Hanna Hawa34d8ddb2020-07-24 16:26:49 +03007title: Amazon's Annapurna Labs Alpine Platform Device Tree Bindings
Rob Herringb061e4e2018-04-26 12:22:38 -05008
9maintainers:
Hanna Hawae6293d12020-07-24 16:26:51 +030010 - Hanna Hawa <hhhawa@amazon.com>
11 - Talel Shenhar <talel@amazon.com>, <talelshenhar@gmail.com>
12 - Ronen Krupnik <ronenk@amazon.com>
Rob Herringb061e4e2018-04-26 12:22:38 -050013
14properties:
15 compatible:
Hanna Hawa81079392020-07-24 16:26:52 +030016 oneOf:
17 - description: Boards with Alpine V1 SoC
18 items:
19 - const: al,alpine
20
21 - description: Boards with Alpine V2 SoC
22 items:
23 - enum:
24 - al,alpine-v2-evp
25 - const: al,alpine-v2
Rob Herringb061e4e2018-04-26 12:22:38 -050026
Hanna Hawab29dd112020-07-24 16:26:53 +030027 - description: Boards with Alpine V3 SoC
28 items:
29 - enum:
30 - amazon,al-alpine-v3-evp
31 - const: amazon,al-alpine-v3
32
Rob Herringb061e4e2018-04-26 12:22:38 -050033...