Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/arm/blaize.yaml
26308 views
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 <james.cowgill@blaize.com>
11
- Matt Redfearn <matt.redfearn@blaize.com>
12
- Neil Jones <neil.jones@blaize.com>
13
- Nikolaos Pasaloukos <nikolaos.pasaloukos@blaize.com>
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
...
41
42