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 compatible: 15 oneOf: 16 # The Actions Semi S500 is a quad-core ARM Cortex-A9 SoC. 17 - items: 18 - enum: 19 - allo,sparky # Allo.com Sparky 20 - cubietech,cubieboard6 # Cubietech CubieBoard6 21 - const: actions,s500 22 - items: 23 - enum: 24 - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B 25 - const: lemaker,guitar 26 - const: actions,s500 27 28 # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC. 29 - items: 30 - enum: 31 - cubietech,cubieboard7 # Cubietech CubieBoard7 32 - const: actions,s700 33 34 # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC. 35 - items: 36 - enum: 37 - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96 38 - const: actions,s900 39