diff options
author | Thomas Bonnefille <[email protected]> | 2024-07-11 12:01:29 +0200 |
---|---|---|
committer | Chen Wang <[email protected]> | 2024-09-02 08:55:07 +0800 |
commit | fa1823d4e2ebf05ffe000887c57c40d6f089ee25 (patch) | |
tree | 633c6a57ab019efe9fe9d0e1909f28ce6a40e4da | |
parent | 747d99c586fd35ce1a1a63a0fe7a78edd9a45370 (diff) |
dt-bindings: riscv: Add Sipeed LicheeRV Nano board compatibles
Document the compatible strings for the Sipeed LicheeRV Nano B board which
uses the SOPHGO SG2002 SoC.
Signed-off-by: Thomas Bonnefille <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Inochi Amaoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Inochi Amaoto <[email protected]>
Signed-off-by: Chen Wang <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/riscv/sophgo.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml index 9bc813dad098..a14cb10ff3f0 100644 --- a/Documentation/devicetree/bindings/riscv/sophgo.yaml +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml @@ -28,6 +28,11 @@ properties: - const: sophgo,cv1812h - items: - enum: + - sipeed,licheerv-nano-b + - const: sipeed,licheerv-nano + - const: sophgo,sg2002 + - items: + - enum: - milkv,pioneer - const: sophgo,sg2042 |