Table of Contents
Status: DRAFT — not published Date: 2026-09-09 Category: RISC-V Development Tags: Allwinner F101, XuanTie C907, YuzukiNeko, SBC, Linux 7.2, Zephyr, PSRAM, MIPI DSI Meta description: Allwinner's F101 SoC — one 1.008 GHz T-Head C907 RISC-V core, 8–16MB SiP PSRAM — runs mainline Linux 7.2 and Zephyr on a 51×21 mm Pico-sized board. Reading time: ~6 min
A Pico-sized board that runs mainline Linux
YuzukiHD has published YuzukiNeko, an open-source-hardware single board computer built around Allwinner's F101 SoC. The headline claim is form factor plus a real kernel: the board measures roughly 51 × 21 mm — Raspberry Pi Pico territory — and runs a mainline-based Linux 7.2 tree rather than a vendor fork. Schematics, EasyEDA PCB layout, Gerber files, a 3D STEP model and the BoM are all published, so the design is reproducible rather than just documented.
For engineers who have spent time fighting vendor BSP kernels on small RISC-V parts, "mainline-based" is the part worth reading twice.
What is inside the Allwinner F101
The F101 is positioned by Allwinner as a "Smart Control and Display Processor," and the peripheral mix reflects that: it is a display-driver SoC with a CPU attached, not an application processor.
- CPU: T-Head XuanTie C907 RISC-V core, 1.008 GHz, with 32 KB I-cache and 16 KB D-cache
- Memory: 8 MB (F101S2) or 16 MB (F101S3) 16-bit PSRAM in-package (SiP), running at 252 MHz
- Package: QFN68, 7 × 7 mm
- Security: 512 bits of integrated eFuse
The PSRAM-in-package decision is the defining engineering trade. There is no external DDR bus, no DRAM routing constraints and no DDR PHY to bring up — which is exactly what makes a 51 × 21 mm four-layer-friendly board possible. The cost is that 8–16 MB is a hard ceiling, and it is PSRAM rather than SDRAM, so bandwidth and self-refresh behaviour differ from what you would plan for on a DDR2/DDR3 part.
Display and multimedia blocks
The F101's reason for existing is driving panels:
- RGB888 up to 1280 × 720 @ 60 fps
- Single-link LVDS up to 1366 × 768 @ 60 fps
- 4-lane MIPI DSI up to 1280 × 800 @ 60 fps
- De-interlace up to 720p @ 60 fps, Allwinner Awonder1.1 Lite post-processing, and a G2D accelerator for rotate/mixer operations
- Decode: JPEG up to 16384 × 16384, PNG up to 2048 × 2048
- Encode: JPEG/MJPEG up to 720p @ 30 fps, maximum resolution 8192 × 8192
That resolution envelope targets industrial HMIs, serial display modules and smart-home panels — not video playback appliances.
Board-level I/O
YuzukiNeko keeps the carrier minimal:
- 128 Mbit NOR flash (PY25Q128HA-SUH-IT) plus a microSD slot
- One USB Type-C port carrying data, power (5 V) and programming; the SoC side is USB 2.0 DRD
- 2 × 20-pin headers exposing GPIOs, ADC, 5 V, 3.3 V and GND
- Five pads with HP out (analog speaker output) and four GPIOs
- FEL button and power LED
On the SoC side: SDIO 2.0/3.0, 2 × SPI, 6 × UART, 3 × TWI (I2C), 4-channel PWM plus 2 × PWM_BL, IR_RX, 1-channel GPADC and 4-channel TPADC. Audio out is available as analog HPOUT or digital I2S/PCM and OWA OUT.
Six UARTs and four PWM channels on a part this small is a genuinely useful combination for industrial control and multi-drop serial work.
Software: Linux 7.2, Buildroot and Zephyr
Three repositories back the board:
- Linux source based on mainline Linux 7.2, on a
sun252i_f101_7.2branch - A Buildroot external tree for root filesystem generation
- Zephyr RTOS support for the board and the F101
Having both a mainline-ish Linux path and a Zephyr path on the same silicon is unusual at this size. Practically, it lets you prototype on Linux and then move a deterministic control loop to Zephyr without changing silicon — a useful hedge for teams that need a long-term, multi-source supply position on a stable open standard rather than a single-vendor lock-in.
One number to treat with care
There is a published discrepancy on the CPU clock. CNX Software's board write-up and the Whycan product brief both list the C907 at 1.008 GHz. Allwinner's own F101 hardware design guide (document version 0.90, explicitly marked as based on a design that is complete but not yet production-validated) lists all three F101 variants at 600 MHz, and additionally documents an F101S4 part with 32 MB PSRAM that does not appear in the other sources.
Do not size a thermal or performance budget around 1.008 GHz until a production datasheet resolves it. Treat 600 MHz as the conservative planning figure.
Availability and price
YuzukiNeko is not for sale yet. A Whycan forum participant reports the F101 at 18 yuan (roughly US$2.70); board pricing has not been announced. YuzukiHD's earlier open-source hardware — the Avaota A1 and Yuzuki Chameleon — did reach retail, which is a reasonable precedent but not a commitment.
Not disclosed by the sources used here: power consumption figures, process node, PSRAM bandwidth, and any benchmark results.
Sources
- CNX Software, "YuzukiNeko – A Linux-capable Allwinner F101 RISC-V SBC with Raspberry Pi Pico form factor," 2026-09-08 — https://www.cnx-software.com/2026/09/08/yuzukineko-a-linux-capable-allwinner-f101-64-bit-risc-v-sbc-with-raspberry-pi-pico-form-factor/
- Allwinner online developer community, F101 Hardware Design Guide (v0.90) — https://docs.aw-ol.com/docs/soc/f101/hardware/
- YuzukiNeko hardware repository — https://github.com/YuzukiHD/YuzukiNeko
- Linux source (mainline 7.2 base,
sun252i_f101_7.2branch) — https://github.com/YuzukiHD/linux-mainline/tree/sun252i_f101_7.2
Verification notes
- All F101 and YuzukiNeko specifications are taken from the CNX Software write-up, which cites a Whycan-hosted Allwinner product brief. Allwinner has not published an F101 page on its own corporate product site at the time of writing (only the unrelated F135 decode SoC is listed there), so there is no first-party confirmation of the 1.008 GHz figure.
- The 600 MHz figure and the F101S4/32 MB variant come from Allwinner's own hardware design guide, which carries an explicit pre-production caveat. Both figures are reported above rather than reconciled.
- The 18 yuan price is an unverified forum claim, not vendor pricing. It is labelled as such in the text.
- No performance, power or process-node data was found for the F101 in any source; those fields are marked not disclosed rather than estimated.