1# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/actions.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Actions Semi platforms device tree bindings 8 9maintainers: 10 - Andreas Färber <afaerber@suse.de> 11 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 12 13properties: 14 $nodename: 15 const: "/" 16 compatible: 17 oneOf: 18 # The Actions Semi S500 is a quad-core ARM Cortex-A9 SoC. 19 - items: 20 - enum: 21 - allo,sparky # Allo.com Sparky 22 - cubietech,cubieboard6 # Cubietech CubieBoard6 23 - const: actions,s500 24 - items: 25 - enum: 26 - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B 27 - const: lemaker,guitar 28 - const: actions,s500 29 30 # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC. 31 - items: 32 - enum: 33 - cubietech,cubieboard7 # Cubietech CubieBoard7 34 - const: actions,s700 35 36 # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC. 37 - items: 38 - enum: 39 - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96 40 - const: actions,s900 41