diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2024-04-29 08:13:11 +0800 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-04-30 22:04:16 +0100 |
commit | 4c536aa462f1e2981147487ca29382f4d48f44b6 (patch) | |
tree | 6a992c110ca9c553b20b7821a961f3e365bbcce6 | |
parent | 5e7922abddd4aab1dd604aa3fc7905d2c638c92b (diff) |
dt-bindings: riscv: starfive: add Milkv Mars board
Add device tree bindings for the Milkv Mars board which is
equipped with StarFive JH7110 SoC.
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | Documentation/devicetree/bindings/riscv/starfive.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/starfive.yaml b/Documentation/devicetree/bindings/riscv/starfive.yaml index cc4d92f0a1bf..b672f8521949 100644 --- a/Documentation/devicetree/bindings/riscv/starfive.yaml +++ b/Documentation/devicetree/bindings/riscv/starfive.yaml @@ -26,6 +26,7 @@ properties: - items: - enum: + - milkv,mars - starfive,visionfive-2-v1.2a - starfive,visionfive-2-v1.3b - const: starfive,jh7110 |