Module Name:    src
Committed By:   jmcneill
Date:           Sun Nov 23 13:42:06 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: HUMMINGBIRD_A31

Log Message:
The SoC RTC works on this board but does not seem to be hooked up to the
battery. Thankfully, there is a PCF8563 attached to TWI2 at address 51h,
so use that instead.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/HUMMINGBIRD_A31
diff -u src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.19 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.20
--- src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.19	Tue Nov 11 17:01:27 2014
+++ src/sys/arch/evbarm/conf/HUMMINGBIRD_A31	Sun Nov 23 13:42:06 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: HUMMINGBIRD_A31,v 1.19 2014/11/11 17:01:27 jmcneill Exp $
+#	$NetBSD: HUMMINGBIRD_A31,v 1.20 2014/11/23 13:42:06 jmcneill Exp $
 #
 #	HUMMINGBIRD_A31 - Merrii Hummingbird A31
 #
@@ -206,10 +206,13 @@ awingpio0	at awinio0
 
 gpio*		at awingpio?
 
-# I2C Controller
-awiniic0	at awinio? port 0
-#awiniic*	at awinio? port ?
-iic0		at awiniic0
+# I2C Controllers
+#awiniic0	at awinio? port 0
+#iic0		at awiniic0
+
+awiniic2	at awinio? port 2
+iic2		at awiniic2
+pcf8563rtc0	at iic2 addr 0x51	# PCF8563 RTC
 
 # P2WI
 awinp2wi0	at awinio0
@@ -227,8 +230,8 @@ cir0		at awinir0
 # Watchdog timers
 awinwdt*	at awinio?
 
-# RTC
-awinrtc*	at awinio?
+# RTC (not battery backed on this board; use PCF8563 instead)
+#awinrtc*	at awinio?
 
 # onboard audio codec
 awinac0		at awinio0

Reply via email to