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.fdt6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index 2323b320b2f..114d1724219 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.94 2019/09/30 20:42:45 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.95 2019/09/30 20:44:13 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -128,6 +128,10 @@ device syscon: fdt
attach syscon at fdt
file dev/fdt/syscon.c syscon
+device pwmreg
+attach pwmreg at fdt
+file dev/fdt/pwmreg.c pwmreg
+
device amlclock
attach amlclock at fdt
file dev/fdt/amlclock.c amlclock