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 sitaracm0 for the control module, t...
details: https://anonhg.NetBSD.org/src/rev/4e4d15cd6d91
branches: trunk
changeset: 786159:4e4d15cd6d91
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Apr 17 14:38:04 2013 +0000
description:
Add sitaracm0 for the control module, tiiic0 for the I2C0 module and
seeprom for the on-board eeprom.
diffstat:
sys/arch/evbarm/conf/BEAGLEBONE | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 63af201dc70c -r 4e4d15cd6d91 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE Wed Apr 17 14:36:34 2013 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE Wed Apr 17 14:38:04 2013 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.9 2013/03/02 02:42:12 christos Exp $
+# $NetBSD: BEAGLEBONE,v 1.10 2013/04/17 14:38:04 bouyer Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -191,6 +191,9 @@
# Power, Reset and Clock Management
prcm0 at obio0 addr 0x44e00000 size 0x2000 # PRM Module
+# Control Module
+sitaracm0 at obio0 addr 0x44e10000 size 0x2000
+
# SDHC controllers
# XXX Kludge -- the am335x's mmc registers start at an offset of #x100
# from other omap3. (What about omap4?) Need to adapt the omap sdhc
@@ -212,14 +215,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
+# I2C Controller
+tiiic0 at obio0 addr 0x44e0b000 size 0x1000 intr 70
+iic* at tiiic?
+seeprom* at iic0 addr 0x50 size 32768
# On-board 16550 UARTs
com0 at obio0 addr 0x44e09000 size 0x1000 intr 72 mult 4 # UART0
Home |
Main Index |
Thread Index |
Old Index