lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241108103120.9955-3-nikolaos.pasaloukos@blaize.com>
Date: Fri, 8 Nov 2024 10:31:56 +0000
From: Niko Pasaloukos <nikolaos.pasaloukos@...ize.com>
To: James Cowgill <james.cowgill@...ize.com>,
        Matt Redfearn
	<matthew.redfearn@...ize.com>,
        Neil Jones <neil.jones@...ize.com>,
        Niko
 Pasaloukos <nikolaos.pasaloukos@...ize.com>,
        "robh@...nel.org"
	<robh@...nel.org>,
        "krzysztof.kozlowski+dt@...aro.org"
	<krzysztof.kozlowski+dt@...aro.org>,
        "conor+dt@...nel.org"
	<conor+dt@...nel.org>,
        "catalin.marinas@....com" <catalin.marinas@....com>,
        "will@...nel.org" <will@...nel.org>, "arnd@...db.de" <arnd@...db.de>,
        "olof@...om.net" <olof@...om.net>,
        "hverkuil-cisco@...all.nl"
	<hverkuil-cisco@...all.nl>,
        "shawnguo@...nel.org" <shawnguo@...nel.org>,
        "hvilleneuve@...onoff.com" <hvilleneuve@...onoff.com>,
        "andre.przywara@....com" <andre.przywara@....com>,
        "rafal@...ecki.pl"
	<rafal@...ecki.pl>,
        "andersson@...nel.org" <andersson@...nel.org>,
        "konrad.dybcio@...aro.org" <konrad.dybcio@...aro.org>,
        "angelogioacchino.delregno@...labora.com"
	<angelogioacchino.delregno@...labora.com>,
        "nm@...com" <nm@...com>,
        "neil.armstrong@...aro.org" <neil.armstrong@...aro.org>,
        "nfraprado@...labora.com" <nfraprado@...labora.com>,
        "johan+linaro@...nel.org" <johan+linaro@...nel.org>
CC: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>
Subject: [PATCH v4 2/6] dt-bindings: arm: blaize: Add Blaize BLZP1600 SoC

Add device tree bindings for the Blaize BLZP1600 CB2
development board (carrier board), which uses the
BLZP1600 SoM.

Resolves: PESW-2604
Checkpatch: ignore
Reviewed-by: James Cowgill <james.cowgill@...ize.com>
Reviewed-by: Matt Redfearn <matt.redfearn@...ize.com>
Reviewed-by: Neil Jones <neil.jones@...ize.com>
Signed-off-by: Nikolaos Pasaloukos <nikolaos.pasaloukos@...ize.com>
---
 .../devicetree/bindings/arm/blaize.yaml       | 36 +++++++++++++++++++
 1 file changed, 36 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..e93e1b8ececc
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/blaize.yaml
@@ -0,0 +1,36 @@
+# 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
+
+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>
+
+description: |
+  Blaize Platforms using SoCs designed by Blaize Inc.
+
+  The products currently based on the BLZP1600 SoC:
+
+  - BLZP1600-SoM: SoM module
+  - BLZP1600-CB2: Development board CB2 based on BLZP1600-SoM
+
+properties:
+  $nodename:
+    const: '/'
+  compatible:
+    oneOf:
+      - description: Blaize BLZP1600 based boards
+        items:
+          - enum:
+              - blaize,blzp1600-cb2
+          - const: blaize,blzp1600
+
+additionalProperties: true
+
+...
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ