Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/khorben-n900]: src/sys/arch/evbarm/conf Enable support for the SPI bus
details: https://anonhg.NetBSD.org/src/rev/69e4c6f1ca8e
branches: khorben-n900
changeset: 786700:69e4c6f1ca8e
user: khorben <khorben%NetBSD.org@localhost>
date: Sat May 11 17:28:51 2013 +0000
description:
Enable support for the SPI bus
diffstat:
sys/arch/evbarm/conf/N900 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r f6239b93fdac -r 69e4c6f1ca8e sys/arch/evbarm/conf/N900
--- a/sys/arch/evbarm/conf/N900 Sat May 11 17:19:41 2013 +0000
+++ b/sys/arch/evbarm/conf/N900 Sat May 11 17:28:51 2013 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: N900,v 1.13 2013/05/06 22:56:55 khorben Exp $
+# $NetBSD: N900,v 1.13.2.1 2013/05/11 17:28:51 khorben Exp $
#
# N900 -- Nokia N900 Kernel
#
@@ -252,6 +252,14 @@
tps65950pm2 at iic0 addr 0x4a
tps65950pm3 at iic0 addr 0x4b
+# SPI devices
+omapspi0 at obio0 addr 0x48098000 size 0x1000 intr 65
+omapspi1 at obio0 addr 0x4809a000 size 0x1000 intr 66
+omapspi2 at obio0 addr 0x480b8000 size 0x1000 intr 91
+omapspi3 at obio0 addr 0x480ba000 size 0x1000 intr 48
+
+spi* at omapspi?
+
# On-board 16550 UARTs
#com0 at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)
#options CONSADDR=0x49020000, CONSPEED=38400
Home |
Main Index |
Thread Index |
Old Index