Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2017 00:25:29 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r321712 - head/sys/arm/conf
Message-ID:  <201707300025.v6U0PTiO041802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Jul 30 00:25:29 2017
New Revision: 321712
URL: https://svnweb.freebsd.org/changeset/base/321712

Log:
  Add the i2c RTC drivers found on various arm systems.

Modified:
  head/sys/arm/conf/GENERIC

Modified: head/sys/arm/conf/GENERIC
==============================================================================
--- head/sys/arm/conf/GENERIC	Sun Jul 30 00:24:15 2017	(r321711)
+++ head/sys/arm/conf/GENERIC	Sun Jul 30 00:25:29 2017	(r321712)
@@ -128,15 +128,22 @@ device		p2wi			# Allwinner Push-Pull Two Wire
 device		axp209			# AXP209 Power Management Unit
 device		axp81x			# AXP813/818 Power Management Unit
 device		bcm2835_bsc
-device		icee
+device		icee			# AT24Cxxx and compatible EEPROMs
 device		sy8106a			# SY8106A Buck Regulator
 device		ti_i2c
 device		am335x_pmic		# AM335x Power Management IC (TPC65217)
 device		am335x_rtc		# RTC support (power management only)
-#define 	am335x_dmtpps		# Pulse Per Second capture driver
 device		twl			# TI TWLX0X0/TPS659x0 Power Management
 device		twl_vreg		# twl voltage regulation
 device		twl_clks		# twl external clocks
+
+# i2c RTCs
+device		ds1307			# Dallas DS1307 RTC and compatible
+device		ds133x			# Dallas DS1337, DS1338 and DS1339 RTC
+device		ds1672			# Dallas DS1672 RTC
+device		ds3231			# Dallas DS3231 RTC + temperature
+device		nxprtc			# NXP RTCs: PCA/PFC212x PCA/PCF85xx
+device		s35390a			# Seiko Instruments S-35390A RTC
 
 # GPIO
 device		gpio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707300025.v6U0PTiO041802>