Module Name:    src
Committed By:   khorben
Date:           Sat May 11 17:28:51 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf [khorben-n900]: N900

Log Message:
Enable support for the SPI bus


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/arch/evbarm/conf/N900

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/N900
diff -u src/sys/arch/evbarm/conf/N900:1.13 src/sys/arch/evbarm/conf/N900:1.13.2.1
--- src/sys/arch/evbarm/conf/N900:1.13	Mon May  6 22:56:55 2013
+++ src/sys/arch/evbarm/conf/N900	Sat May 11 17:28:51 2013
@@ -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 @@ tps65950pm1	at iic0 addr 0x49
 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

Reply via email to