summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2019-10-07 19:35:08 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2019-10-07 19:35:08 +0000
commit74abe2d6dd43b867f0ed5e832223a63ba02501d3 (patch)
treea2f18e1f5b4da7a34e87fae8039d7ee4ae5d8fb5 /sys/arch
parent4b4abfd593f9f092e3e6fa282a98704e5a8b39eb (diff)
Add moxtet(4), a driver for the Turris Mox modules. For now this
driver only enumerates and shows the connected modules. The next step is to implement GPIO controller functionality to e.g. control the pins to the SFP on the MOX D. ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 9a11e707b88..1482a1d7e3f 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.128 2019/10/07 19:30:12 patrick Exp $
+# $OpenBSD: GENERIC,v 1.129 2019/10/07 19:35:07 patrick Exp $
#
# GENERIC machine description file
#
@@ -176,6 +176,7 @@ mvneta* at fdt?
mvrng* at fdt?
mvrtc* at fdt?
mvspi* at fdt?
+moxtet* at spi?
mvtemp* at fdt?
mvuart* at fdt?
sfp* at fdt?