[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230406102149.729726-3-nikolaos.pasaloukos@blaize.com>
Date: Thu, 6 Apr 2023 10:22:31 +0000
From: Niko Pasaloukos <nikolaos.pasaloukos@...ize.com>
To: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "soc@...nel.org" <soc@...nel.org>,
"linux-clk@...r.kernel.org" <linux-clk@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"olof@...om.net" <olof@...om.net>,
"catalin.marinas@....com" <catalin.marinas@....com>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
"krzysztof.kozlowski+dt@...aro.org"
<krzysztof.kozlowski+dt@...aro.org>,
"p.zabel@...gutronix.de" <p.zabel@...gutronix.de>,
"sboyd@...nel.org" <sboyd@...nel.org>,
Niko Pasaloukos <nikolaos.pasaloukos@...ize.com>,
James Cowgill <james.cowgill@...ize.com>,
Matt Redfearn <matthew.redfearn@...ize.com>,
Neil Jones <neil.jones@...ize.com>
Subject: [PATCH 2/5] dt-bindings: arm: blaize: Add Blaize BLZP1600 SoC
Add device tree bindings for the Blaize BLZP1600 CB2
development board.
Co-developed-by: James Cowgill <james.cowgill@...ize.com>
Signed-off-by: James Cowgill <james.cowgill@...ize.com>
Co-developed-by: Matt Redfearn <matt.redfearn@...ize.com>
Signed-off-by: Matt Redfearn <matt.redfearn@...ize.com>
Co-developed-by: Neil Jones <neil.jones@...ize.com>
Signed-off-by: Neil Jones <neil.jones@...ize.com>
Signed-off-by: Nikolaos Pasaloukos <nikolaos.pasaloukos@...ize.com>
---
.../devicetree/bindings/arm/blaize.yaml | 28 +++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/blaize.yaml
diff --git a/Documentation/devicetree/bindings/arm/blaize.yaml b/Documentation/devicetree/bindings/arm/blaize.yaml
new file mode 100644
index 000000000000..739115ba1fec
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/blaize.yaml
@@ -0,0 +1,28 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/blaize.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Blaize Platforms Device Tree Bindings
+
+maintainers:
+ - James Cowgill <james.cowgill@...ize.com>
+ - Matt Redfearn <matt.redfearn@...ize.com>
+ - Neil Jones <neil.jones@...ize.com>
+ - Nikolaos Pasaloukos <nikolaos.pasaloukos@...ize.com>
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ - description: Blaize BLZP1600 based Boards
+ items:
+ - enum:
+ - blaize,blzp1600-som-cb2
+ - const: blaize,blzp1600
+
+additionalProperties: true
+
+...
--
2.25.1
Powered by blists - more mailing lists