svn commit: r192358 - projects/mips/sys/mips/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon May 18 23:36:12 UTC 2009


Author: gonzo
Date: Mon May 18 23:36:11 2009
New Revision: 192358
URL: http://svn.freebsd.org/changeset/base/192358

Log:
  - Add spibus and mx25l device

Modified:
  projects/mips/sys/mips/conf/AR71XX.hints

Modified: projects/mips/sys/mips/conf/AR71XX.hints
==============================================================================
--- projects/mips/sys/mips/conf/AR71XX.hints	Mon May 18 23:32:04 2009	(r192357)
+++ projects/mips/sys/mips/conf/AR71XX.hints	Mon May 18 23:36:11 2009	(r192358)
@@ -33,3 +33,11 @@ hint.arge.0.irq=2
 # hint.arge.1.maddr=0x1A000000
 # hint.arge.1.msize=0x1000
 # hint.arge.1.irq=3
+
+# SPI flash
+hint.spi.0.at="nexus0"
+hint.spi.0.maddr=0x1f000000
+hint.spi.0.msize=0x10
+
+hint.mx25l.0.at="spibus0"
+hint.mx25l.0.cs=0


More information about the svn-src-projects mailing list