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 sdmmc.



details:   https://anonhg.NetBSD.org/src/rev/118c18bec7c1
branches:  trunk
changeset: 782344:118c18bec7c1
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Oct 29 13:36:59 2012 +0000

description:
Add sdmmc.

diffstat:

 sys/arch/evbarm/conf/OVERO |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 82fe27d14a17 -r 118c18bec7c1 sys/arch/evbarm/conf/OVERO
--- a/sys/arch/evbarm/conf/OVERO        Mon Oct 29 13:30:25 2012 +0000
+++ b/sys/arch/evbarm/conf/OVERO        Mon Oct 29 13:36:59 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: OVERO,v 1.18 2012/10/17 14:48:11 apb Exp $
+#      $NetBSD: OVERO,v 1.19 2012/10/29 13:36:59 kiyohara Exp $
 #
 #      OVERO -- Gumstix. Inc. Overo platforms kernel
 #
@@ -208,6 +208,13 @@
 # Power, Reset and Clock Management
 prcm*          at obio1 addr 0x48306000 size 0x2000    # PRM Module
 
+# SDHC controllers
+sdhc0          at obio0 addr 0x4809c000 size 0x0400 intr 83
+#sdhc1         at obio0 addr 0x480b4000 size 0x0400 intr 86    # Wifi
+
+sdmmc*         at sdhc?                        # SD/MMC bus
+ld*            at sdmmc?
+
 # On-board USB
 #ehci*         at obio0 addr 0x48064800 size 0x0400 intr 77
 #ohci*         at obio0 addr 0x48064400 size 0x0400 intr 76



Home | Main Index | Thread Index | Old Index