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
7title: Blaize Platforms
8
9maintainers:
10  - James Cowgill <[email protected]>
11  - Matt Redfearn <[email protected]>
12  - Neil Jones <[email protected]>
13  - Nikolaos Pasaloukos <[email protected]>
14
15description: |
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
27properties:
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
38additionalProperties: true
39
40...
41