diff options
author | 2025-04-14 06:35:03 +0800 | |
---|---|---|
committer | 2025-05-19 06:23:26 +0800 | |
commit | 22db96e4abc925596750f10b8b4b9a9fba403970 (patch) | |
tree | af6e05c4712d1791d4b4b5355dc43fe0763cea52 | |
parent | dt-bindings: interrupt-controller: Add Sophgo SG2044 PLIC (diff) | |
download | wireguard-linux-22db96e4abc925596750f10b8b4b9a9fba403970.tar.xz wireguard-linux-22db96e4abc925596750f10b8b4b9a9fba403970.zip |
dt-bindings: riscv: sophgo: Add SG2044 compatible string
Add compatible string for the Sophgo SG2044 SoC and the SRD3-10
board.
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Chen Wang <unicorn_wang@outlook.com>
Link: https://lore.kernel.org/r/20250413223507.46480-10-inochiama@gmail.com
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
-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 a14cb10ff3f0..b4c4d7a7d7ad 100644 --- a/Documentation/devicetree/bindings/riscv/sophgo.yaml +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml @@ -35,6 +35,10 @@ properties: - enum: - milkv,pioneer - const: sophgo,sg2042 + - items: + - enum: + - sophgo,srd3-10 + - const: sophgo,sg2044 additionalProperties: true |