summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/blaize.yaml
blob: af39e2756407baacee3030f6909cf2aa7dc5776c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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@blaize.com>
  - Matt Redfearn <matt.redfearn@blaize.com>
  - Neil Jones <neil.jones@blaize.com>
  - Nikolaos Pasaloukos <nikolaos.pasaloukos@blaize.com>

description: |
  Blaize Platforms using SoCs designed by Blaize Inc.

  The products based on the BLZP1600 SoC:

  - BLZP1600-SoM: SoM (System on Module)
  - BLZP1600-CB2: Development board CB2 based on BLZP1600-SoM

  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.

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - description: Blaize BLZP1600 based boards
        items:
          - enum:
              - blaize,blzp1600-cb2
          - const: blaize,blzp1600

additionalProperties: true

...