summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJianlong Huang <jianlong.huang@starfivetech.com>2022-08-11 15:49:09 +0300
committerJianlong Huang <jianlong.huang@starfivetech.com>2022-08-11 16:05:17 +0300
commitb142c605446cabce92bcfe661928502b285365ef (patch)
treec8603d01110864376bdd7a1c78ed0cfec640804a /Documentation
parent6729be3e371bdf2c044ac544015bf55e17e8a0bd (diff)
downloadlinux-b142c605446cabce92bcfe661928502b285365ef.tar.xz
dt-bindings: riscv: Add starfive-jh7110 bindings
Add starfive-jh7110 bindings Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/riscv/starfive-jh7110.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/starfive-jh7110.yaml b/Documentation/devicetree/bindings/riscv/starfive-jh7110.yaml
new file mode 100644
index 000000000000..440253069434
--- /dev/null
+++ b/Documentation/devicetree/bindings/riscv/starfive-jh7110.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/starfive.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: StarFive JH7110 SoC-based boards
+
+maintainers:
+ - Michael Zhu <michael.zhu@starfivetech.com>
+ - Jianlong Huang <jianlong.huang@starfivetech.com>
+
+description:
+ StarFive JH7110 SoC-based boards
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ - items:
+ - const: starfive,jh7110
+ - const: starfive,jh7110-evb
+ - const: starfive,visionfive-v2
+
+additionalProperties: true
+
+...