aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorYangyu Chen <cyy@cyyself.name>2024-07-30 00:28:06 +0000
committerYixun Lan <dlan@gentoo.org>2025-01-17 07:53:50 +0800
commit244fe889b950fe97945abafc70bbf3254babf929 (patch)
tree6187918205809122b4735bb47cdc4bc0cb75cbcd
parentdt-bindings: riscv: Add SpacemiT X60 compatibles (diff)
downloadwireguard-linux-244fe889b950fe97945abafc70bbf3254babf929.tar.xz
wireguard-linux-244fe889b950fe97945abafc70bbf3254babf929.zip
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 <cyy@cyyself.name> Acked-by: Rob Herring (Arm) <robh@kernel.org> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Reviewed-by: Matthias Brugger <matthias.bgg@kernel.org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/riscv/spacemit.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml
new file mode 100644
index 000000000000..52e55077af1a
--- /dev/null
+++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml
@@ -0,0 +1,28 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/riscv/spacemit.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: SpacemiT SoC-based boards
+
+maintainers:
+ - Yangyu Chen <cyy@cyyself.name>
+ - Yixun Lan <dlan@gentoo.org>
+
+description:
+ SpacemiT SoC-based boards
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ - items:
+ - enum:
+ - bananapi,bpi-f3
+ - const: spacemit,k1
+
+additionalProperties: true
+
+...