summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/sxisyscon.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sxisyscon(4) a driver for the system controller found on variouskettenis2019-08-111-0/+83
Allwinner SoCs. This is basically a stripped down syscon(4) and is needed because the Linux device trees dropped the "syscon" compatible. ok patrick@