summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/files.i2c
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2017-07-24 20:25:29 +0000
committerkettenis <kettenis@openbsd.org>2017-07-24 20:25:29 +0000
commit6da54910c714aadaa1b97c2129df30b279fee5ce (patch)
tree67f0e19487d891d0dde314bd0b0247466ac18b52 /sys/dev/i2c/files.i2c
parentbuild cpp on gcc4 architectures only, as clang ships with its own (diff)
downloadwireguard-openbsd-6da54910c714aadaa1b97c2129df30b279fee5ce.tar.xz
wireguard-openbsd-6da54910c714aadaa1b97c2129df30b279fee5ce.zip
pcxrtc(4), a driver for the NXP PCF8563 RTC.
ok deraadt@
Diffstat (limited to 'sys/dev/i2c/files.i2c')
-rw-r--r--sys/dev/i2c/files.i2c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c
index 8e2858473e2..5e0a6ebdbc2 100644
--- a/sys/dev/i2c/files.i2c
+++ b/sys/dev/i2c/files.i2c
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i2c,v 1.57 2016/09/01 10:04:51 jcs Exp $
+# $OpenBSD: files.i2c,v 1.58 2017/07/24 20:25:29 kettenis Exp $
# $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $
define i2c {[addr = -1], [size = -1]}
@@ -133,6 +133,11 @@ device pcfrtc
attach pcfrtc at i2c
file dev/i2c/pcf8523.c pcfrtc
+# NXP PCF8563 Real Time Clock
+device pcxrtc
+attach pcxrtc at i2c
+file dev/i2c/pcf8563.c pcxrtc
+
# RICOH RS5C372[AB] Real Time Clock
device ricohrtc
attach ricohrtc at i2c