diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2011-04-03 14:39:55 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-04-03 14:39:55 +0000 |
commit | f7a5c9d346c056d16b9615988f9750e6ef11e2b3 (patch) | |
tree | f957f43b8c7b23471ccb48b181d64c4ed2469bb0 /sys/mips/rt305x/files.rt305x | |
parent | 77ae677e4a050c5d161cfb67e281f86ce489cfb4 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=220297
Diffstat (limited to 'sys/mips/rt305x/files.rt305x')
-rw-r--r-- | sys/mips/rt305x/files.rt305x | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/mips/rt305x/files.rt305x b/sys/mips/rt305x/files.rt305x new file mode 100644 index 000000000000..caf4c3d4df2a --- /dev/null +++ b/sys/mips/rt305x/files.rt305x @@ -0,0 +1,13 @@ +# $FreeBSD$ + +# RT305X on-board devices +mips/rt305x/rt305x_machdep.c standard +mips/rt305x/obio.c standard +mips/rt305x/rt305x_sysctl.c standard +mips/rt305x/rt305x_ic.c standard +mips/rt305x/rt305x_gpio.c optional gpio +mips/rt305x/uart_bus_rt305x.c optional uart +mips/rt305x/uart_cpu_rt305x.c optional uart +mips/rt305x/uart_dev_rt305x.c optional uart +mips/mips/intr_machdep.c standard +mips/mips/tick.c standard |