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 support
details: https://anonhg.NetBSD.org/src/rev/1ef02aea0d9b
branches: trunk
changeset: 783602:1ef02aea0d9b
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Dec 31 12:47:25 2012 +0000
description:
add I2C support
diffstat:
sys/arch/evbarm/conf/BEAGLEBOARD | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 981937d71378 -r 1ef02aea0d9b sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD Mon Dec 31 12:45:49 2012 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD Mon Dec 31 12:47:25 2012 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBOARD,v 1.36 2012/12/28 23:24:47 jmcneill Exp $
+# $NetBSD: BEAGLEBOARD,v 1.37 2012/12/31 12:47:25 jmcneill Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@@ -220,13 +220,10 @@
gpio* at omapgpio?
# # I2C Controller
-# omapi2c0 at tipb? addr 0xfffb3800 intr 36 mult 4
-# iic* at omapi2c?
-# # omap's own i2c address
-# options OMAP_I2C_ADDRESS=0xe
-# # i2c bus clock low and high times in ns
-# options I2C_LOW_TIME_nSEC=1500
-# options I2C_HIGH_TIME_nSEC=1000
+omapiic0 at obio0 addr 0x48070000 size 0x80
+omapiic1 at obio0 addr 0x48072000 size 0x80
+omapiic2 at obio0 addr 0x48060000 size 0x80
+iic* at omapiic?
# On-board 16550 UARTs
com0 at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)
Home |
Main Index |
Thread Index |
Old Index