freebsd-dev/sys/mips/rt305x/files.rt305x
Adrian Chadd f7a5c9d346 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>
2011-04-03 14:39:55 +00:00

14 lines
417 B
Plaintext

# $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