Add a driver for the RSB controller found on various Allwinner SoCs.
authorkettenis <kettenis@openbsd.org>
Sat, 16 Dec 2017 10:22:13 +0000 (10:22 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 16 Dec 2017 10:22:13 +0000 (10:22 +0000)
commitd863b24203b0b6af7a6a78bd00c5d3db4b84d699
tree16d2eca519aadcd1910ed8c8a1ff44461fe10b8c
parentfef8d7070320f15f60fec8186ba967ab818ca6a9
Add a driver for the RSB controller found on various Allwinner SoCs.
Add a driver for the RTC part of the AC100 chip.
Together this turns my Cubieboard4 into a real computer by giving it
a proper clock.

ok patrick@
sys/arch/armv7/conf/GENERIC
sys/arch/armv7/conf/RAMDISK
sys/dev/fdt/acrtc.c [new file with mode: 0644]
sys/dev/fdt/files.fdt
sys/dev/fdt/rsbvar.h [new file with mode: 0644]
sys/dev/fdt/sxirsb.c [new file with mode: 0644]