Hardware Blogs and Articles
  • All Technology
  • AI
  • Autonomy
  • B2B Growth
  • Big Data
  • BioTech
  • ClimateTech
  • Consumer Tech
  • Crypto
  • Cybersecurity
  • DevOps
  • Digital Marketing
  • Ecommerce
  • EdTech
  • Enterprise
  • FinTech
  • GovTech
  • Hardware
  • HealthTech
  • HRTech
  • LegalTech
  • Nanotech
  • PropTech
  • Quantum
  • Robotics
  • SaaS
  • SpaceTech
AllNewsDealsSocialBlogsVideosPodcastsDigests

Hardware Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
HardwareBlogsAAEON UP Squared Series Gains Mainline Linux Support for 40-Pin GPIO in Linux 6.18
AAEON UP Squared Series Gains Mainline Linux Support for 40-Pin GPIO in Linux 6.18
Hardware

AAEON UP Squared Series Gains Mainline Linux Support for 40-Pin GPIO in Linux 6.18

•February 23, 2026
0
LinuxGizmos
LinuxGizmos•Feb 23, 2026

Why It Matters

Native kernel support removes custom driver overhead, accelerating deployment and long‑term maintenance for IoT and edge applications built on UP Squared hardware. It also showcases successful upstreaming of complex FPGA‑mediated I/O designs.

Key Takeaways

  • •Mainline Linux 6.18 supports UP Squared 40‑pin GPIO.
  • •Out‑of‑tree DKMS driver eliminated.
  • •Generic gpiolib APIs replace Intel‑specific pinctrl.
  • •MFD and LED drivers merged in Linux 6.14.
  • •Simplifies kernel maintenance for Intel‑based edge boards.

Pulse Analysis

The UP Squared family blends Intel processors with a versatile 40‑pin header routed through an on‑board FPGA, offering I²C, UART, PWM, and GPIO capabilities. Historically, developers depended on a proprietary DKMS module to expose these pins, creating friction for distribution maintainers and increasing the risk of incompatibilities with newer kernels. By integrating the header directly into the mainline kernel, AAEON removes that barrier, aligning the board with the broader Linux ecosystem and simplifying the developer experience.

Bootlin’s contribution centered on translating the FPGA‑centric driver into standard kernel abstractions. By adopting the gpiolib framework, introducing a Multi‑Function Device (MFD) driver, and adding an LED driver, the codebase shed Intel‑specific pin‑control macros that had previously blocked upstream acceptance. The new GPIO forwarder library, built atop the existing gpio‑aggregator driver, creates virtual gpiochips that transparently forward operations to the FPGA‑managed descriptors, enabling runtime registration and removal of pins. These architectural refinements were incrementally merged, with MFD and LED components landing in Linux 6.14 and the final pinctrl logic arriving in 6.18.

For OEMs and system integrators, the upstream support translates into faster time‑to‑market and reduced maintenance costs. Distributions can now ship kernel images that natively recognize the UP Squared GPIO layout, eliminating the need for custom patches or DKMS builds. This stability is especially valuable for edge deployments where long‑term support and security updates are critical. Moreover, the successful upstreaming sets a precedent for other FPGA‑based expansion solutions, encouraging the community to favor generic APIs over vendor‑locked code, thereby strengthening the overall health of the Linux kernel ecosystem.

AAEON UP Squared Series Gains Mainline Linux Support for 40-Pin GPIO in Linux 6.18

Read Original Article
0

Comments

Want to join the conversation?

Loading comments...