summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2019-09-06 08:45:37 +0000
committerpatrick <patrick@openbsd.org>2019-09-06 08:45:37 +0000
commit44837ee39bf2e106dcacac6f62758a4e0635f59c (patch)
tree21253ac67ab50f3a5aa15c7444960c3313096b7d /sys/dev/fdt/files.fdt
parentAdd I2C clock gates. (diff)
downloadwireguard-openbsd-44837ee39bf2e106dcacac6f62758a4e0635f59c.tar.xz
wireguard-openbsd-44837ee39bf2e106dcacac6f62758a4e0635f59c.zip
Add mviic(4), a driver to support the I2C controller on the
Armada 3700 SoC. With feedback from and ok kettenis@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r--sys/dev/fdt/files.fdt6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index fcd8f77b4df..eaa0144f3e5 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.90 2019/09/05 18:38:30 patrick Exp $
+# $OpenBSD: files.fdt,v 1.91 2019/09/06 08:45:37 patrick Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -246,6 +246,10 @@ device mvicu
attach mvicu at fdt
file dev/fdt/mvicu.c mvicu
+device mviic: i2cbus
+attach mviic at fdt
+file dev/fdt/mviic.c mviic
+
device mvpinctrl
attach mvpinctrl at fdt
file dev/fdt/mvpinctrl.c mvpinctrl