AAEON 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

LinuxGizmos
LinuxGizmosFeb 23, 2026

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

Comments

Want to join the conversation?