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 omapscm, iic and tps65950pm.



details:   https://anonhg.NetBSD.org/src/rev/e5f3ed2e7616
branches:  trunk
changeset: 783676:e5f3ed2e7616
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Jan 03 13:33:51 2013 +0000

description:
Add omapscm, iic and tps65950pm.

diffstat:

 sys/arch/evbarm/conf/OVERO |  19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 050f498512c1 -r e5f3ed2e7616 sys/arch/evbarm/conf/OVERO
--- a/sys/arch/evbarm/conf/OVERO        Thu Jan 03 13:28:41 2013 +0000
+++ b/sys/arch/evbarm/conf/OVERO        Thu Jan 03 13:33:51 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: OVERO,v 1.22 2012/12/29 14:32:45 kiyohara Exp $
+#      $NetBSD: OVERO,v 1.23 2013/01/03 13:33:51 kiyohara Exp $
 #
 #      OVERO -- Gumstix. Inc. Overo COMS platforms kernel
 #
@@ -188,14 +188,19 @@
 
 gpio*          at omapgpio?
 
-# I2C Controller
-#omapiic0      at obio0 addr 0x48070000 size 0x1000 intr 56    # I2C1
-#omapiic1      at obio0 addr 0x48060000 size 0x1000 intr 61    # I2C3
+# System Control Module
+omapscm0       at obio0 addr 0x48002000 size 0x1000
 
-#iic*          at omapiic?
+# I2C Controller
+omapiic0       at obio0 addr 0x48070000 size 0x1000 intr 56    # I2C1
+omapiic1       at obio0 addr 0x48060000 size 0x1000 intr 61    # I2C3
+iic*           at omapiic?
 
-# Integrated Power Management/Audio Codec
-#gaia*         at iic? addr 0x48..0x4b
+# Power Managent and System Companion Device
+tps65950pm0    at iic0 addr 0x48
+tps65950pm1    at iic0 addr 0x49
+tps65950pm2    at iic0 addr 0x4a
+tps65950pm3    at iic0 addr 0x4b
 
 # On-board 16550 UARTs
 com0           at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)



Home | Main Index | Thread Index | Old Index