Page MenuHomeFreeBSD

aw_gpio: Add support for H616
ClosedPublic

Authored by thj on Jan 27 2026, 4:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 22, 3:43 PM
Unknown Object (File)
Tue, Feb 10, 10:54 PM
Unknown Object (File)
Sun, Feb 8, 8:12 AM
Unknown Object (File)
Sat, Feb 7, 4:56 AM
Unknown Object (File)
Wed, Feb 4, 4:06 AM
Unknown Object (File)
Tue, Feb 3, 10:57 PM
Unknown Object (File)
Mon, Feb 2, 10:00 PM
Unknown Object (File)
Jan 29 2026, 4:19 PM

Details

Summary

This adds padconf files for the two gpio ranges on the H616 SOC and adds
the SOC include.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

thj requested review of this revision.Jan 27 2026, 4:30 PM
This revision is now accepted and ready to land.Jan 28 2026, 7:14 AM

FYI, there is a small set of allwinner manpages (aw_gpio(4), aw_mmc(4), etc.) that maintain the list of compatible strings and SOC_ALLWINNER_* options.

I am not sure how useful this is, given we don't document most FDT drivers in this way. But you might as well keep them updated as you commit this series.

Thanks for the heads up I'll update those too.

This revision was automatically updated to reflect the committed changes.