Skip to content

Commit fc77dc0

Browse files
jycs168arndb
authored andcommitted
dt-bindings: arm: add Black Sesame Technologies (bst) SoC
Add device tree bindings for Black Sesame Technologies Arm SoC, it consists several SoC models like C1200, etc. Signed-off-by: Albert Yang <yangzh0906@thundersoft.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 9371cd4 commit fc77dc0

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/arm
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/bst.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: BST platforms
8+
9+
description:
10+
Black Sesame Technologies (BST) is a semiconductor company that produces
11+
automotive-grade system-on-chips (SoCs) for intelligent driving, focusing
12+
on computer vision and AI capabilities. The BST C1200 family includes SoCs
13+
for ADAS (Advanced Driver Assistance Systems) and autonomous driving
14+
applications.
15+
16+
maintainers:
17+
- Ge Gordon <gordon.ge@bst.ai>
18+
19+
properties:
20+
$nodename:
21+
const: '/'
22+
compatible:
23+
oneOf:
24+
- description: BST C1200 CDCU1.0 ADAS 4C2G board
25+
items:
26+
- const: bst,c1200-cdcu1.0-adas-4c2g
27+
- const: bst,c1200
28+
29+
additionalProperties: true
30+
31+
...

0 commit comments

Comments
 (0)