diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2023-10-06 15:14:47 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-10-07 15:34:13 +0300 |
commit | 32ecb28b8e60f75e45790fd9948470a911b0ef7d (patch) | |
tree | e2bd1af2409c0bb7be144d4493d2aa0c317f4763 | |
parent | 332ba4f78a6d8e823517377f4917bc248e6a3042 (diff) | |
download | linux-32ecb28b8e60f75e45790fd9948470a911b0ef7d.tar.xz |
dt-bindings: riscv: Add Milk-V Duo board compatibles
Document the compatible strings for the Milk-V Duo board[1] which uses
the SOPHGO CV1800B SoC[2].
Link: https://milkv.io/duo [1]
Link: https://en.sophgo.com/product/introduce/cv180xB.html [2]
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | Documentation/devicetree/bindings/riscv/sophgo.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml index 8adb5f39ca53..86748c5390be 100644 --- a/Documentation/devicetree/bindings/riscv/sophgo.yaml +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml @@ -20,6 +20,10 @@ properties: oneOf: - items: - enum: + - milkv,duo + - const: sophgo,cv1800b + - items: + - enum: - milkv,pioneer - const: sophgo,sg2042 |