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: 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 231018f8b2SRob Herring - const: actions,s500 241018f8b2SRob Herring - items: 251018f8b2SRob Herring - enum: 261018f8b2SRob Herring - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B 271018f8b2SRob Herring - const: lemaker,guitar 281018f8b2SRob Herring - const: actions,s500 291018f8b2SRob Herring 301018f8b2SRob Herring # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC. 311018f8b2SRob Herring - items: 321018f8b2SRob Herring - enum: 331018f8b2SRob Herring - cubietech,cubieboard7 # Cubietech CubieBoard7 341018f8b2SRob Herring - const: actions,s700 351018f8b2SRob Herring 361018f8b2SRob Herring # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC. 371018f8b2SRob Herring - items: 381018f8b2SRob Herring - enum: 391018f8b2SRob Herring - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96 401018f8b2SRob Herring - const: actions,s900 41