summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2018-03-29 18:57:41 +0000
committerkettenis <kettenis@openbsd.org>2018-03-29 18:57:41 +0000
commit352118f34769a0ce95d9100068380587a0e60b90 (patch)
treee05d6d74369780d080279ae365f4c995ddb8dc2f /sys
parentmvicu(4) (diff)
downloadwireguard-openbsd-352118f34769a0ce95d9100068380587a0e60b90.tar.xz
wireguard-openbsd-352118f34769a0ce95d9100068380587a0e60b90.zip
Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). This
brings us very basic support for the SolidRun MACCHIATOBin.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm64/conf/GENERIC9
-rw-r--r--sys/arch/arm64/conf/RAMDISK9
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index aac9887a1b2..f57311b53cd 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.52 2018/02/24 13:46:57 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.53 2018/03/29 18:57:41 kettenis Exp $
#
# GENERIC machine description file
#
@@ -92,6 +92,13 @@ bcmtemp* at fdt?
dwctwo* at fdt?
usb* at dwctwo?
+# Marvell SoCs
+mvclock* at fdt? early 1
+mvicu* at fdt? early 1
+mvpinctrl* at fdt? early 1
+mvgpio* at fdt?
+mvrtc* at fdt?
+
# Rockchip SoCs
rkclock* at fdt? early 1
rkgrf* at fdt? early 1
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 85bd3bd808f..666a4bfc6cd 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.44 2018/02/24 13:46:57 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.45 2018/03/29 18:57:41 kettenis Exp $
#
# GENERIC machine description file
#
@@ -98,6 +98,13 @@ bcmrng* at fdt?
dwctwo* at fdt?
usb* at dwctwo?
+# Marvell SoCs
+mvclock* at fdt? early 1
+mvicu* at fdt? early 1
+mvpinctrl* at fdt? early 1
+mvgpio* at fdt?
+mvrtc* at fdt?
+
# Rockchip SoCs
rkclock* at fdt? early 1
rkgrf* at fdt? early 1