11018f8b2SRob Herring# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
21018f8b2SRob Herring%YAML 1.2
31018f8b2SRob Herring---
41018f8b2SRob Herring$id: http://devicetree.org/schemas/arm/actions.yaml#
51018f8b2SRob Herring$schema: http://devicetree.org/meta-schemas/core.yaml#
61018f8b2SRob Herring
7*dd3cb467SAndrew Lunntitle: Actions Semi platforms
81018f8b2SRob Herring
91018f8b2SRob Herringmaintainers:
101018f8b2SRob Herring  - Andreas Färber <afaerber@suse.de>
111018f8b2SRob Herring  - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
121018f8b2SRob Herring
131018f8b2SRob Herringproperties:
14c34095faSRob Herring  $nodename:
15c34095faSRob Herring    const: "/"
161018f8b2SRob Herring  compatible:
171018f8b2SRob Herring    oneOf:
181018f8b2SRob Herring      # The Actions Semi S500 is a quad-core ARM Cortex-A9 SoC.
191018f8b2SRob Herring      - items:
201018f8b2SRob Herring          - enum:
211018f8b2SRob Herring              - allo,sparky # Allo.com Sparky
221018f8b2SRob Herring              - cubietech,cubieboard6 # Cubietech CubieBoard6
23494eebdcSCristian Ciocaltea              - roseapplepi,roseapplepi # RoseapplePi.org RoseapplePi
241018f8b2SRob Herring          - const: actions,s500
251018f8b2SRob Herring      - items:
261018f8b2SRob Herring          - enum:
27ccc3b1acSMatheus Castello              - caninos,labrador-base-m # Labrador Base Board M v1
28ccc3b1acSMatheus Castello          - const: caninos,labrador-v2  # Labrador Core v2
291018f8b2SRob Herring          - const: actions,s500
301018f8b2SRob Herring      - items:
311018f8b2SRob Herring          - enum:
321018f8b2SRob Herring              - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B
331018f8b2SRob Herring          - const: lemaker,guitar
341018f8b2SRob Herring          - const: actions,s500
351018f8b2SRob Herring
361018f8b2SRob Herring      # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC.
371018f8b2SRob Herring      - items:
381018f8b2SRob Herring          - enum:
39ccc3b1acSMatheus Castello              - caninos,labrador-base-m2 # Labrador Base Board M v2
40ccc3b1acSMatheus Castello          - const: caninos,labrador-v3   # Labrador Core v3
41ccc3b1acSMatheus Castello          - const: actions,s700
42ccc3b1acSMatheus Castello      - items:
43ccc3b1acSMatheus Castello          - enum:
441018f8b2SRob Herring              - cubietech,cubieboard7 # Cubietech CubieBoard7
451018f8b2SRob Herring          - const: actions,s700
461018f8b2SRob Herring
471018f8b2SRob Herring      # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC.
481018f8b2SRob Herring      - items:
491018f8b2SRob Herring          - enum:
501018f8b2SRob Herring              - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96
511018f8b2SRob Herring          - const: actions,s900
5262298364SRob Herring
5362298364SRob HerringadditionalProperties: true
54