Message ID | 20240527-sg2002-v1-3-1b6cb38ce8f4@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add board support for Sipeed LicheeRV Nano | expand |
On Mon, May 27, 2024 at 12:28:19PM +0200, Thomas Bonnefille wrote: > Document the compatible strings for the Sipeed LicheeRV Nano board which > uses the SOPHGO SG2002 SoC. > > Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml index 9bc813dad098..b770ead6c723 100644 --- a/Documentation/devicetree/bindings/riscv/sophgo.yaml +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml @@ -26,6 +26,10 @@ properties: - enum: - sophgo,huashan-pi - const: sophgo,cv1812h + - items: + - enum: + - sipeed,licheerv-nano + - const: sophgo,sg2002 - items: - enum: - milkv,pioneer
Document the compatible strings for the Sipeed LicheeRV Nano board which uses the SOPHGO SG2002 SoC. Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> --- Documentation/devicetree/bindings/riscv/sophgo.yaml | 4 ++++ 1 file changed, 4 insertions(+)