xref: /netbsd-src/sys/arch/mips/conf/files.atheros (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1#	$NetBSD: files.atheros,v 1.8 2006/10/07 07:18:02 gdamore Exp $
2
3defflag	opt_wisoc.h	WISOC_AR5312
4			WISOC_AR5315
5
6file	arch/mips/atheros/ar5312.c		wisoc_ar5312
7file	arch/mips/atheros/ar5312_board.c	wisoc_ar5312
8file	arch/mips/atheros/ar5312_console.c	wisoc_ar5312
9file	arch/mips/atheros/ar5312_intr.c		wisoc_ar5312
10
11file	arch/mips/atheros/ar5315.c		wisoc_ar5315
12file	arch/mips/atheros/ar5315_board.c	wisoc_ar5315
13file	arch/mips/atheros/ar5315_console.c	wisoc_ar5315
14file	arch/mips/atheros/ar5315_intr.c		wisoc_ar5315
15
16# Atheros system bus
17device	arbus { [addr=-1] }
18attach	arbus at mainbus
19file	arch/mips/atheros/arbus.c		arbus
20
21# On-chip UART device
22attach	com at arbus with com_arbus
23file	arch/mips/atheros/dev/com_arbus.c	com_arbus
24options	COM_REGMAP
25
26# On-chip ethernet device(s)
27device	ae: ether, ifnet, arp, mii
28attach	ae at arbus
29file	arch/mips/atheros/dev/if_ae.c		ae
30
31# On-chip WLAN device(s)
32attach	ath at arbus with ath_arbus
33file	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
34
35# On-board flash memory
36device	athflash
37attach	athflash at arbus
38file	arch/mips/atheros/dev/athflash.c	athflash
39
40# On-chip GPIO
41device	argpio: gpiobus, sysmon_power, sysmon_taskq
42attach	argpio at arbus
43file	arch/mips/atheros/dev/argpio.c		argpio
44
45# On-board SPI controller
46device	arspi: spibus
47attach	arspi at arbus
48file	arch/mips/atheros/dev/arspi.c		arspi
49