mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
62298364bd
In order to add meta-schema checks for additional/unevaluatedProperties being present, all schema need to make this explicit. As the top-level board/SoC schemas always have additional properties, add 'additionalProperties: true'. Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201005183830.486085-4-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
54 lines
1.7 KiB
YAML
54 lines
1.7 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 device tree bindings
|
|
|
|
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
|