summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r--sys/dev/fdt/files.fdt7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index 372ba82dc2d..f65d9c3a5b8 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.65 2018/07/02 12:46:20 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.66 2018/07/26 10:59:07 patrick Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -250,6 +250,11 @@ device fec: ether, ifnet, mii, ifmedia
attach fec at fdt
file dev/fdt/if_fec.c fec
+define spi {}
+device imxspi: spi
+attach imxspi at fdt
+file dev/fdt/imxspi.c imxspi
+
attach ccp at fdt with ccp_fdt
file dev/fdt/ccp_fdt.c ccp_fdt