summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2017-07-25 20:20:10 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2017-07-25 20:20:10 +0000
commitf3da5e56a0104f5a1607fe4b4a1936f513bb52fa (patch)
tree92d00dbea3f8a009c1dd7668cf1b517293a72978 /sys/dev/fdt/files.fdt
parent8101c1f784c1d70999f1832592c167502614e263 (diff)
Add dwdog(4), a driver for the Synopsys Designware watchdog timer integrated
on (for example) the Rockchip RK3288 SoC.
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 d55a22de1f9..83957a11513 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.18 2017/07/23 19:26:03 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.19 2017/07/25 20:20:09 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -91,3 +91,7 @@ file dev/fdt/rkpinctrl.c rkpinctrl
device dwmmc: sdmmcbus
attach dwmmc at fdt
file dev/fdt/dwmmc.c dwmmc
+
+device dwdog
+attach dwdog at fdt
+file dev/fdt/dwdog.c dwdog