Describe the compatible properties for the Cisco CrayAR SoC. Cc: xe-linux-external@xxxxxxxxx Cc: Marcin Wierzbicki <mawierzb@xxxxxxxxx> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Cc: Rob Herring <robh+dt@xxxxxxxxxx> Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> --- .../devicetree/bindings/arm/cisco/crayar.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/cisco/crayar.yaml diff --git a/Documentation/devicetree/bindings/arm/cisco/crayar.yaml b/Documentation/devicetree/bindings/arm/cisco/crayar.yaml new file mode 100644 index 000000000000..0ee4e6313ab0 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/cisco/crayar.yaml @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: GPL-2.0-only +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/cisco/crayar.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Cisco CrayAR based Platforms + +maintainers: + - xe-linux-external@xxxxxxxxx + +description: + Cisco CrayAR boards with CrayAR SOC + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - description: Cisco CrayAR Argos evaluation board + items: + - const: cisco,crayar-argos + - const: cisco,crayar + +additionalProperties: true + +... -- 2.25.1