diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-16 10:22:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-16 10:22:14 +0000 |
commit | 4ee08ac0c8615b077b3e1fb917d0a57bbd0b7d5a (patch) | |
tree | cfa42f7525502df8e18dd35c3760526bebcc8677 /sys/arch/armv7/conf | |
parent | aeb7b2d08326cae53cf64a9886f616eff5a97522 (diff) |
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@
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 2377eb31ad6..72d683814d9 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.99 2017/10/24 17:00:34 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.100 2017/12/16 10:22:13 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -91,6 +91,8 @@ sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit sxitimer* at fdt? early 1 +sxirsb* at fdt? early 1 # Reduced Serial Bus +acrtc* at sxirsb? sxidog* at fdt? # watchdog timer sxirtc* at fdt? # Real Time Clock sxie* at fdt? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 63561027126..f5a98bd6bea 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.92 2017/10/24 17:00:34 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.93 2017/12/16 10:22:13 kettenis Exp $ machine armv7 arm @@ -87,6 +87,8 @@ sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit sxitimer* at fdt? early 1 +sxirsb* at fdt? early 1 # Reduced Serial Bus +acrtc* at sxirsb? sxidog* at fdt? # watchdog timer sxirtc* at fdt? # Real Time Clock sxie* at fdt? |