diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2022-10-18 00:05:40 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2022-11-04 14:37:06 +0300 |
commit | bd51ad582163b6532ea23a353eebd180472b2a5a (patch) | |
tree | 573d46ac010054814b581d225e8bf79439a7c32a /Documentation/devicetree/bindings/riscv/starfive.yaml | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) | |
download | linux-bd51ad582163b6532ea23a353eebd180472b2a5a.tar.xz |
dt-bindings: riscv: starfive: Add StarFive VisionFive V1 board
Document the compatibles for StarFive VisionFive V1 SBC.
The board is based on the StarFive JH7100 SoC.
Link: https://github.com/starfive-tech/VisionFive
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
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.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml index 5b36243fd674..5d3fcee52d59 100644 --- a/Documentation/devicetree/bindings/riscv/starfive.yaml +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml @@ -19,7 +19,9 @@ properties: compatible: oneOf: - items: - - const: beagle,beaglev-starlight-jh7100-r0 + - enum: + - beagle,beaglev-starlight-jh7100-r0 + - starfive,visionfive-v1 - const: starfive,jh7100 additionalProperties: true |