xref: /freebsd/sys/contrib/device-tree/Bindings/arm/blaize.yaml (revision 2846c90520eb4cc74e24d586a0ea0f4a0006bc73)
1*2846c905SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2*2846c905SEmmanuel Vadot%YAML 1.2
3*2846c905SEmmanuel Vadot---
4*2846c905SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/blaize.yaml#
5*2846c905SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*2846c905SEmmanuel Vadot
7*2846c905SEmmanuel Vadottitle: Blaize Platforms
8*2846c905SEmmanuel Vadot
9*2846c905SEmmanuel Vadotmaintainers:
10*2846c905SEmmanuel Vadot  - James Cowgill <james.cowgill@blaize.com>
11*2846c905SEmmanuel Vadot  - Matt Redfearn <matt.redfearn@blaize.com>
12*2846c905SEmmanuel Vadot  - Neil Jones <neil.jones@blaize.com>
13*2846c905SEmmanuel Vadot  - Nikolaos Pasaloukos <nikolaos.pasaloukos@blaize.com>
14*2846c905SEmmanuel Vadot
15*2846c905SEmmanuel Vadotdescription: |
16*2846c905SEmmanuel Vadot  Blaize Platforms using SoCs designed by Blaize Inc.
17*2846c905SEmmanuel Vadot
18*2846c905SEmmanuel Vadot  The products based on the BLZP1600 SoC:
19*2846c905SEmmanuel Vadot
20*2846c905SEmmanuel Vadot  - BLZP1600-SoM: SoM (System on Module)
21*2846c905SEmmanuel Vadot  - BLZP1600-CB2: Development board CB2 based on BLZP1600-SoM
22*2846c905SEmmanuel Vadot
23*2846c905SEmmanuel Vadot  BLZP1600 SoC integrates a dual core ARM Cortex A53 cluster
24*2846c905SEmmanuel Vadot  and a Blaize Graph Streaming Processor for AI and ML workloads,
25*2846c905SEmmanuel Vadot  plus a suite of connectivity and other peripherals.
26*2846c905SEmmanuel Vadot
27*2846c905SEmmanuel Vadotproperties:
28*2846c905SEmmanuel Vadot  $nodename:
29*2846c905SEmmanuel Vadot    const: '/'
30*2846c905SEmmanuel Vadot  compatible:
31*2846c905SEmmanuel Vadot    oneOf:
32*2846c905SEmmanuel Vadot      - description: Blaize BLZP1600 based boards
33*2846c905SEmmanuel Vadot        items:
34*2846c905SEmmanuel Vadot          - enum:
35*2846c905SEmmanuel Vadot              - blaize,blzp1600-cb2
36*2846c905SEmmanuel Vadot          - const: blaize,blzp1600
37*2846c905SEmmanuel Vadot
38*2846c905SEmmanuel VadotadditionalProperties: true
39*2846c905SEmmanuel Vadot
40*2846c905SEmmanuel Vadot...
41