drivers/phy/starfive

StarFive JH7110 USB, PCIe, and MIPI D-PHY controllers

PHY (physical layer) controllers built into StarFive's JH7110 RISC-V system-on-chip, which powers the VisionFive 2 single-board computer and its 2025 successors. The four drivers handle USB 2/3, PCIe 2.0, and MIPI D-PHY transmit/receive lanes used for camera input and display output on these boards.

keep conf=0.90 deploy=low replacement=none subsystem=phy category=bus-other
90%

recommendation

It should stay because the JH7110 is an actively sold RISC-V platform — StarFive was still shipping new VisionFive 2 and VisionFive 2 Lite boards in 2025 — and the code itself received functional USB fixes and new D-PHY support as recently as May 2025. Since these PHYs are tightly tied to this specific SoC, there is no generic replacement that could take over.

repository signals

6 files
1,067 source lines
11 commits, 5y
+1,129 / −9 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 11 total · active in 7/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: 2 commits · +383 −0 2023-07: 4 commits · +250 −3 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: 1 commit · +470 −0 2024-05: 1 commit · +0 −5 2024-06: 1 commit · +3 −1 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +16 −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: 1 commit · +7 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 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. starfivetech.com

    StarFive still markets the VisionFive 2 using the JH-7110 SoC, indicating the platform remained an active commercial product line in 2025.

  2. doc-en.rvspace.org

    The official JH7110 datasheet documents integrated PCIe 2.0 capabilities backed by a dedicated PHY interface, matching the PCIe PHY driver in this directory.

  3. doc-en.rvspace.org

    The official JH7110 datasheet documents integrated USB2/USB3 support, including USB3 reuse of a PCIe lane, matching the USB/PCIe PHY split in this directory.

  4. doc-en.rvspace.org

    The VisionFive 2 Lite product brief published in 2025 shows a new JH7110S-based board family still shipping after the original VisionFive 2, supporting ongoing deployment relevance for this SoC family.

codex reasoning notes (technical)

`exec_command` with `rg` confirmed this is a real driver directory with 4 StarFive JH7110 platform PHY drivers (USB, PCIe, MIPI D-PHY TX/RX). `exec_command` with local `git -c safe.directory=... log -- drivers/phy/starfive` showed active upstream maintenance from 2023 through 2025-05-14, including functional USB fixes and added D-PHY support; no removal/deprecation signal was visible in local history. `lei`/lore MCP were unavailable in this environment, so lore-specific removal checking could not be run directly. `web.search_query` found official StarFive/JH7110/VisionFive pages showing the SoC and derivative boards remained current in 2025-2026. Because the code is young, still receiving fixes, and tied to currently sold JH7110-family hardware, the appropriate recommendation is to keep it; there is no natural upstream replacement for these SoC-specific PHY drivers.