Skip to content

Commit f156403

Browse files
Nikolaos Pasaloukosarndb
authored andcommitted
dt-bindings: arm: blaize: Add Blaize BLZP1600 SoC
Add device tree bindings for the Blaize BLZP1600 CB2 development board (carrier board). This board integrates a Blaize BLZP1600 SoM (System on Module) which is based on the Blaize BLZP1600 SoC. The Blaize BLZP1600 SoC integrates a dual core ARM Cortex A53 cluster and a Blaize Graph Streaming Processor for AI and ML workloads, plus a suite of connectivity and other peripherals. Signed-off-by: Nikolaos Pasaloukos <[email protected]> Reviewed-by: Matt Redfearn <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 1fa9ce7 commit f156403

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/blaize.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Blaize Platforms
8+
9+
maintainers:
10+
- James Cowgill <[email protected]>
11+
- Matt Redfearn <[email protected]>
12+
- Neil Jones <[email protected]>
13+
- Nikolaos Pasaloukos <[email protected]>
14+
15+
description: |
16+
Blaize Platforms using SoCs designed by Blaize Inc.
17+
18+
The products based on the BLZP1600 SoC:
19+
20+
- BLZP1600-SoM: SoM (System on Module)
21+
- BLZP1600-CB2: Development board CB2 based on BLZP1600-SoM
22+
23+
BLZP1600 SoC integrates a dual core ARM Cortex A53 cluster
24+
and a Blaize Graph Streaming Processor for AI and ML workloads,
25+
plus a suite of connectivity and other peripherals.
26+
27+
properties:
28+
$nodename:
29+
const: '/'
30+
compatible:
31+
oneOf:
32+
- description: Blaize BLZP1600 based boards
33+
items:
34+
- enum:
35+
- blaize,blzp1600-cb2
36+
- const: blaize,blzp1600
37+
38+
additionalProperties: true
39+
40+
...

0 commit comments

Comments
 (0)