summaryrefslogtreecommitdiffstats
path: root/sys/mips/rt305x/std.rt305x
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-04-03 14:39:55 +0000
committeradrian <adrian@FreeBSD.org>2011-04-03 14:39:55 +0000
commit61d2d8df78a6c6c7bb247c3b7bf476a582353076 (patch)
treef957f43b8c7b23471ccb48b181d64c4ed2469bb0 /sys/mips/rt305x/std.rt305x
parentda1c5bb338f5a97dfcde8d738f3df9d9977baa57 (diff)
downloadFreeBSD-src-61d2d8df78a6c6c7bb247c3b7bf476a582353076.zip
FreeBSD-src-61d2d8df78a6c6c7bb247c3b7bf476a582353076.tar.gz
Import the initial CPU support for the MIPS RALink RT305x SoC.
This is a MIPS4KC CPU with various embedded peripherals, including wireless and ethernet support. This commit includes the platform, UART, ethernet MAC and GPIO support. The interrupt-driven GPIO code is disabled for now pending GPIO changes from the submitter. Submitted by: Aleksandr Rybalko <ray@dlink.ua>
Diffstat (limited to 'sys/mips/rt305x/std.rt305x')
-rw-r--r--sys/mips/rt305x/std.rt305x8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/mips/rt305x/std.rt305x b/sys/mips/rt305x/std.rt305x
new file mode 100644
index 0000000..6c56e15
--- /dev/null
+++ b/sys/mips/rt305x/std.rt305x
@@ -0,0 +1,8 @@
+# $FreeBSD$
+# Standard include file for RT305XF SoC
+
+files "../rt305x/files.rt305x"
+
+cpu CPU_MIPS4KC
+options ISA_MIPS32
+
OpenPOWER on IntegriCloud