diff options
author | Cristian Ciocaltea <[email protected]> | 2022-10-18 00:05:40 +0300 |
---|---|---|
committer | Conor Dooley <[email protected]> | 2022-11-04 11:37:06 +0000 |
commit | bd51ad582163b6532ea23a353eebd180472b2a5a (patch) | |
tree | 573d46ac010054814b581d225e8bf79439a7c32a | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) |
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 <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Matthias Brugger <[email protected]>
Signed-off-by: Conor Dooley <[email protected]>
-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 |