[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230405223028.1268141-2-danielwa@cisco.com>
Date: Wed, 5 Apr 2023 15:30:27 -0700
From: Daniel Walker <danielwa@...co.com>
To: - <xe-linux-external@...co.com>
Cc: Marcin Wierzbicki <mawierzb@...co.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Daniel Walker <dwalker@...o99.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 2/2] dt-bindings: cisco: document the CrayAR compatibles
Describe the compatible properties for the Cisco CrayAR SoC.
Cc: xe-linux-external@...co.com
Cc: Marcin Wierzbicki <mawierzb@...co.com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Rob Herring <robh+dt@...nel.org>
Signed-off-by: Daniel Walker <dwalker@...o99.com>
---
.../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@...co.com
+
+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
Powered by blists - more mailing lists