drivers/phy/sophgo

Sophgo CV18XX and SG200X USB 2.0 PHY

The USB 2.0 physical-layer interface block built into Sophgo's CV1800B, CV180xB, SG2000, and SG2002 RISC-V SoCs, which power small Linux single-board computers like the Milk-V Duo and Duo S sold today in 2025.

keep conf=0.92 deploy=low replacement=none subsystem=phy category=bus-other
92%

recommendation

It should stay because it is a brand-new driver merged in July 2025 for silicon that Sophgo and Milk-V are actively selling, and it is still receiving small maintenance touch-ups (a header cleanup landed in November 2025). Deployment is currently niche and embedded, but there is no replacement driver and no signal that anyone wants it gone.

repository signals

3 files
169 source lines
2 commits, 5y
+191 / −1 lines added / removed, 5y
2 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 2 total · active in 2/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +191 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +0 −1 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver was introduced upstream on 2025-07-08 as "phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X".

  2. git.kernel.org

    A 2025-11-12 follow-up commit removed a deprecated unused header from this driver, showing minor ongoing maintenance rather than removal activity.

  3. milkv.io

    Milk-V's current Duo product page lists CV1800B and SG2002 boards, Linux/RTOS support, USB capability, and active buy links, indicating current new-hardware availability for this SoC family.

  4. milkv.io

    Milk-V's current Duo S product page lists an SG2000 board with USB 2.0 host support and active buy links, indicating current new-hardware availability for SG2000-based systems.

  5. sophgo.com

    Sophgo's current homepage still lists SG200X and CV180xB among its core products, indicating the silicon family is still actively marketed.

codex reasoning notes (technical)

Local `sed` on the source showed a real platform PHY driver with compatible `sophgo,cv1800b-usb2-phy` and module entry-point. `lore-http` MCP was unavailable here and `lei` was not installed, so lore history was approximated with local `git log -- drivers/phy/sophgo`; that log directly exposed the lore patch URL for the add-series and the 2025-11-12 cleanup commit hash. The git.kernel.org cleanup URL is a canonical stable commit URL derived from that local hash. Milk-V and Sophgo pages were obtained via web search/open. Net result: this is a very new, SoC-specific driver for hardware still sold in 2025; deployment looks niche/embedded rather than broad, but there is no removal signal and no generic replacement driver.