Skip to content

Commit 244fe88

Browse files
cyyselfdlan17
authored andcommitted
dt-bindings: riscv: add SpacemiT K1 bindings
Add DT binding documentation for the SpacemiT K1 SoC[1] and the Banana Pi BPi-F3 board[2] which used it. Link: https://www.spacemit.com/en/spacemit-key-stone-2/ [1] Link: https://docs.banana-pi.org/en/BPI-F3/BananaPi_BPI-F3 [2] Signed-off-by: Yangyu Chen <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Signed-off-by: Yixun Lan <[email protected]>
1 parent 16c9147 commit 244fe88

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/riscv/spacemit.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: SpacemiT SoC-based boards
8+
9+
maintainers:
10+
- Yangyu Chen <[email protected]>
11+
- Yixun Lan <[email protected]>
12+
13+
description:
14+
SpacemiT SoC-based boards
15+
16+
properties:
17+
$nodename:
18+
const: '/'
19+
compatible:
20+
oneOf:
21+
- items:
22+
- enum:
23+
- bananapi,bpi-f3
24+
- const: spacemit,k1
25+
26+
additionalProperties: true
27+
28+
...

0 commit comments

Comments
 (0)