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
71018f8b2SRob Herringtitle: Actions Semi platforms device tree bindings
81018f8b2SRob Herring
91018f8b2SRob Herringmaintainers:
101018f8b2SRob Herring  - Andreas Färber <afaerber@suse.de>
111018f8b2SRob Herring  - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
121018f8b2SRob Herring
131018f8b2SRob Herringproperties:
141018f8b2SRob Herring  compatible:
151018f8b2SRob Herring    oneOf:
161018f8b2SRob Herring      # The Actions Semi S500 is a quad-core ARM Cortex-A9 SoC.
171018f8b2SRob Herring      - items:
181018f8b2SRob Herring          - enum:
191018f8b2SRob Herring              - allo,sparky # Allo.com Sparky
201018f8b2SRob Herring              - cubietech,cubieboard6 # Cubietech CubieBoard6
211018f8b2SRob Herring          - const: actions,s500
221018f8b2SRob Herring      - items:
231018f8b2SRob Herring          - enum:
241018f8b2SRob Herring              - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B
251018f8b2SRob Herring          - const: lemaker,guitar
261018f8b2SRob Herring          - const: actions,s500
271018f8b2SRob Herring
281018f8b2SRob Herring      # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC.
291018f8b2SRob Herring      - items:
301018f8b2SRob Herring          - enum:
311018f8b2SRob Herring              - cubietech,cubieboard7 # Cubietech CubieBoard7
321018f8b2SRob Herring          - const: actions,s700
331018f8b2SRob Herring
341018f8b2SRob Herring      # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC.
351018f8b2SRob Herring      - items:
361018f8b2SRob Herring          - enum:
371018f8b2SRob Herring              - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96
381018f8b2SRob Herring          - const: actions,s900
39