Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add i2c as standard for ODROID-U
details: https://anonhg.NetBSD.org/src/rev/d8e88facf500
branches: trunk
changeset: 329366:d8e88facf500
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed May 21 12:24:52 2014 +0000
description:
Add i2c as standard for ODROID-U
diffstat:
sys/arch/evbarm/conf/ODROID-U | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r f7a0b67a4563 -r d8e88facf500 sys/arch/evbarm/conf/ODROID-U
--- a/sys/arch/evbarm/conf/ODROID-U Wed May 21 12:24:11 2014 +0000
+++ b/sys/arch/evbarm/conf/ODROID-U Wed May 21 12:24:52 2014 +0000
@@ -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 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 @@
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 @@
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:
Home |
Main Index |
Thread Index |
Old Index