drivers/reset/sti

STMicroelectronics STiH407/STiH410 set-top-box SoC reset controller

Handles the on-chip reset and power-down lines for STMicroelectronics' STiH407 and STiH410 "Monaco" application processors, the system-on-chip parts ST shipped around 2013 for IP set-top boxes and home gateways. It controls things like soft resets, peripheral power-down, and USB PicoPHY resets on those SoCs.

keep-annotate conf=0.78 last_sold=2016 deploy=low replacement=none subsystem=reset category=platform-vendor
78%

recommendation

Worth keeping but documenting its niche. The hardware is the STiH407/STiH410 "Monaco" generation of set-top-box and home-gateway processors that STMicroelectronics stopped developing new platforms for in January 2016, and closely related parts are now marked obsolete by ST. However, the shared reset-syscfg code is still receiving upstream cleanups as recently as 2023 and 2026, so it is legacy but not abandoned and should stay until the remaining ARCH_STI boards drop out of support.

repository signals

5 files
421 source lines
5 commits, 5y
+14 / −29 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 5 total · active in 4/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: 1 commit · +4 −14 2023-03: 1 commit · +1 −7 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: 1 commit · +6 −5 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: 1 commit · +2 −2 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: 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. lore.kernel.org

    `drivers/reset/sti/reset-syscfg.c` still received upstream maintenance in 2026, indicating the code is not abandoned.

  2. lore.kernel.org

    The driver saw a functional cleanup in 2023 (`regmap_field_read_poll_timeout` ack wait change), not just historical bring-up traffic.

  3. cateee.net

    LKDDb maps this directory to `CONFIG_STIH407_RESET` and DT compatibles `st,stih407-powerdown`, `st,stih407-softreset`, and `st,stih407-picophyreset`, confirming the supported hardware scope.

  4. st.com

    ST's STiH407/STiH410 databook identifies the SoCs as IP set-top-box/server-box application processors from the 2013 Monaco generation.

  5. st.com

    A closely related STiH-family set-top-box SoC is marked by ST as `Obsolete / Out of Production`, supporting that this product class is legacy rather than current-design silicon.

  6. allaboutcircuits.com

    ST announced in January 2016 that it was discontinuing development of new set-top-box and home-gateway chip platforms, implying no new-generation rollout for this family after that period.

codex reasoning notes (technical)

Local shell inspection showed `ARCH_STI` targets STMicroelectronics consumer-electronics SoCs and specifically mentions STiH407 set-top-box parts; lore_file_timeline showed only historical bring-up for `reset-stih407.c` but continuing maintenance for shared `reset-syscfg.c`, including a 2026 patch (MCP lore_file_timeline). Web search found LKDDb coverage for exact compatibles and ST vendor pages showing the STiH407/410 Monaco STB role plus obsolete status on a nearby STiH412 family part; an STB-business shutdown news item from 2016 supports treating new hardware sales as ended. Because upstream still accepts fixes, this backs off from deprecate/remove to keep-annotate: legacy hardware, low current deployment, but not dead code.