summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-10-07 18:54:04 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-10-07 18:54:04 +0000
commita0545bd2188f7eaa6fd52e573d36a6b557035ef6 (patch)
tree70cae65bffb9b39b1a168d041021acc1dda03ff6 /sys/dev/fdt/files.fdt
parenta9f6c337926441183163ca60ef134151442825ea (diff)
Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.
ok patrick@
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 114d1724219..84823a6ec64 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.95 2019/09/30 20:44:13 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.96 2019/10/07 18:54:03 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -140,6 +140,10 @@ device amldwusb: fdt
attach amldwusb at fdt
file dev/fdt/amldwusb.c amldwusb
+device amliic: i2cbus
+attach amliic at fdt
+file dev/fdt/amliic.c amliic
+
device amlmmc: sdmmcbus
attach amlmmc at fdt
file dev/fdt/amlmmc.c amlmmc