Module Name:    src
Committed By:   reinoud
Date:           Wed May 21 12:24:52 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: ODROID-U

Log Message:
Add i2c as standard for ODROID-U


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/ODROID-U

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/ODROID-U
diff -u src/sys/arch/evbarm/conf/ODROID-U:1.5 src/sys/arch/evbarm/conf/ODROID-U:1.6
--- src/sys/arch/evbarm/conf/ODROID-U:1.5	Fri May  9 21:49:43 2014
+++ src/sys/arch/evbarm/conf/ODROID-U	Wed May 21 12:24:52 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ODROID-U,v 1.5 2014/05/09 21:49:43 reinoud Exp $
+#	$NetBSD: ODROID-U,v 1.6 2014/05/21 12:24:52 reinoud Exp $
 #
 #	ODROID-U -- ODROID-U series Exynos Kernel
 #
@@ -154,7 +154,7 @@ options USB_DEBUG
 options EHCI_DEBUG
 options OHCI_DEBUG
 options UHUB_DEBUG
-
+options	USBVERBOSE
 
 # Valid options for BOOT_ARGS:
 #  single		Boot to single user only
@@ -186,8 +186,8 @@ exyo0		at mainbus?
 mct0		at exyo0
 
 # Integrated Samsung UARTs
-sscom0		at exyo0  port 0		# UART0
-sscom1		at exyo0  port 1		# UART1
+sscom0		at exyo0  port 0		# UART0, expansion
+sscom1		at exyo0  port 1		# UART1, console
 
 # Exynos Watchdog Timer
 exyowdt0 	at exyo0 flags 1		# watchdog
@@ -203,8 +203,12 @@ ehci*		at exyousb?
 usb*		at ohci?
 usb*		at ehci?
 
+# I2C devices
+exyoiic0	at exyo0
+iic*		at exyoiic?
+
 
-# Odroid-U connectivity
+# serial console connectivity
 # UARTS
 # sscom0 attached to expansion port
 # sscom1 is default serial UART console, enable for low-level console:

Reply via email to