Module Name:    src
Committed By:   jmcneill
Date:           Sun May 10 23:51:08 UTC 2015

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

Log Message:
add tegrai2c (I2C[12345]) and seeprom on I2C1


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/JETSONTK1

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/JETSONTK1
diff -u src/sys/arch/evbarm/conf/JETSONTK1:1.13 src/sys/arch/evbarm/conf/JETSONTK1:1.14
--- src/sys/arch/evbarm/conf/JETSONTK1:1.13	Sun May 10 13:24:11 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Sun May 10 23:51:08 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: JETSONTK1,v 1.13 2015/05/10 13:24:11 jmcneill Exp $
+#	$NetBSD: JETSONTK1,v 1.14 2015/05/10 23:51:08 jmcneill Exp $
 #
 #	NVIDIA Jetson TK1 - Tegra K1 development kit
 #	https://developer.nvidia.com/jetson-tk1
@@ -67,6 +67,19 @@ ukphy*		at mii? phy ?
 com3		at tegraio? port 3	# UART-D
 options 	CONSADDR=0x70006300, CONSPEED=115200
 
+# I2C
+tegrai2c0	at tegraio? port 0	# I2C1
+iic0		at tegrai2c0
+seeprom0	at iic0 addr 0x56 size 256	# Atmel 24C02 serial EEPROM
+tegrai2c1	at tegraio? port 1	# I2C2
+iic1		at tegrai2c1
+tegrai2c2	at tegraio? port 2	# I2C3
+iic2		at tegrai2c2
+tegrai2c3	at tegraio? port 3	# I2C4 (HDMI DDC)
+iic3		at tegrai2c3
+tegrai2c4	at tegraio? port 4	# I2C5
+iic4		at tegrai2c4
+
 # RTC
 tegrartc0	at tegraio?		# RTC
 

Reply via email to