summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/riscv/starfive.yaml
diff options
context:
space:
mode:
authorEmil Renner Berthing <kernel@esmil.dk>2022-12-20 04:12:41 +0300
committerConor Dooley <conor.dooley@microchip.com>2022-12-27 01:42:13 +0300
commit97b7ed07278436099a38da48ba6556e7cb25f57b (patch)
treeef7acac12f5b13dd5942dcc890034c74265d0d2c /Documentation/devicetree/bindings/riscv/starfive.yaml
parent1b929c02afd37871d5afb9d498426f83432e71c2 (diff)
downloadlinux-97b7ed07278436099a38da48ba6556e7cb25f57b.tar.xz
dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive 2 board
Add device tree bindings for the StarFive JH7110 RISC-V SoC and the VisionFive 2 board equipped with it. VisionFive 2 board has version A and version B, which are different in gmac and phy chip. The version A board has one 1000Mbps and one 100Mbps Ethernet ports while the version B board has two 1000Mbps Ethernet ports. Link: https://doc-en.rvspace.org/Doc_Center/jh7110.html Link: https://doc-en.rvspace.org/Doc_Center/visionfive_2.html Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'Documentation/devicetree/bindings/riscv/starfive.yaml')
-rw-r--r--Documentation/devicetree/bindings/riscv/starfive.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml
index 5d3fcee52d59..60c7c03fcdce 100644
--- a/Documentation/devicetree/bindings/riscv/starfive.yaml
+++ b/Documentation/devicetree/bindings/riscv/starfive.yaml
@@ -24,6 +24,12 @@ properties:
- starfive,visionfive-v1
- const: starfive,jh7100
+ - items:
+ - enum:
+ - starfive,visionfive-2-va
+ - starfive,visionfive-2-vb
+ - const: starfive,jh7110
+
additionalProperties: true
...