summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Fustini <drew@beagleboard.org>2021-07-13 09:30:18 +0300
committerEmil Renner Berthing <kernel@esmil.dk>2021-08-30 01:20:04 +0300
commit006ee6d50ff6bf357c555da2b79b4dc3517ff29c (patch)
tree467527b71a6945000e919188f23106f5d1fde459
parentc8ba8a94452a7ff3b17653c24c565800f670165b (diff)
downloadlinux-006ee6d50ff6bf357c555da2b79b4dc3517ff29c.tar.xz
dt-bindings: riscv: add starfive jh7100 bindings
Add DT binding documentation for the StarFive JH7100 Soc [1] and the BeagleV Starlight JH7100 board [2]. [1] https://github.com/starfive-tech/beaglev_doc [2] https://github.com/beagleboard/beaglev-starlight Signed-off-by: Drew Fustini <drew@beagleboard.org>
-rw-r--r--Documentation/devicetree/bindings/riscv/starfive.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml
new file mode 100644
index 000000000000..5b36243fd674
--- /dev/null
+++ b/Documentation/devicetree/bindings/riscv/starfive.yaml
@@ -0,0 +1,27 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/riscv/starfive.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: StarFive SoC-based boards
+
+maintainers:
+ - Michael Zhu <michael.zhu@starfivetech.com>
+ - Drew Fustini <drew@beagleboard.org>
+
+description:
+ StarFive SoC-based boards
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ - items:
+ - const: beagle,beaglev-starlight-jh7100-r0
+ - const: starfive,jh7100
+
+additionalProperties: true
+
+...