Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
54 lines
1.6 KiB
YAML
54 lines
1.6 KiB
YAML
# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/actions.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Actions Semi platforms
|
|
|
|
maintainers:
|
|
- Andreas Färber <afaerber@suse.de>
|
|
- Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: "/"
|
|
compatible:
|
|
oneOf:
|
|
# The Actions Semi S500 is a quad-core ARM Cortex-A9 SoC.
|
|
- items:
|
|
- enum:
|
|
- allo,sparky # Allo.com Sparky
|
|
- cubietech,cubieboard6 # Cubietech CubieBoard6
|
|
- roseapplepi,roseapplepi # RoseapplePi.org RoseapplePi
|
|
- const: actions,s500
|
|
- items:
|
|
- enum:
|
|
- caninos,labrador-base-m # Labrador Base Board M v1
|
|
- const: caninos,labrador-v2 # Labrador Core v2
|
|
- const: actions,s500
|
|
- items:
|
|
- enum:
|
|
- lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B
|
|
- const: lemaker,guitar
|
|
- const: actions,s500
|
|
|
|
# The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC.
|
|
- items:
|
|
- enum:
|
|
- caninos,labrador-base-m2 # Labrador Base Board M v2
|
|
- const: caninos,labrador-v3 # Labrador Core v3
|
|
- const: actions,s700
|
|
- items:
|
|
- enum:
|
|
- cubietech,cubieboard7 # Cubietech CubieBoard7
|
|
- const: actions,s700
|
|
|
|
# The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC.
|
|
- items:
|
|
- enum:
|
|
- ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96
|
|
- const: actions,s900
|
|
|
|
additionalProperties: true
|