f7a5c9d346
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>
14 lines
417 B
Plaintext
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
|