xref: /netbsd-src/sys/arch/arm/ep93xx/files.ep93xx (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1#       $NetBSD: files.ep93xx,v 1.2 2005/11/12 05:33:23 hamajima Exp $
2#
3# Configuration info for Cirrus Logic EP93XX CPU support
4#
5
6file	arch/arm/ep93xx/ep93xx_intr.c
7file	arch/arm/arm32/irq_dispatch.S
8file	arch/arm/ep93xx/ep93xx_space.c
9file	arch/arm/ep93xx/ep93xx_busdma.c
10
11device	epsoc { [addr=-1], [size=0], [intr=-1] }: bus_space_generic
12file	arch/arm/ep93xx/epsoc.c		epsoc
13
14device	epclk
15attach epclk at epsoc
16file	arch/arm/ep93xx/epclk.c		epclk needs-flag
17
18device	epe: ether, ifnet, arp, mii
19attach epe at epsoc
20file	arch/arm/ep93xx/epe.c		epe
21
22device	epohci
23attach ohci at epsoc with epohci
24file	arch/arm/ep93xx/epohci.c	epohci
25
26device epcom : tty
27file	arch/arm/ep93xx/epcom.c		epcom needs-flag
28
29device	epgpio { [port=-1], [bit1=-1], [bit2=-1] }: gpiobus
30attach	epgpio at epsoc
31file	arch/arm/ep93xx/epgpio.c	epgpio	needs-flag
32
33device	epwdog
34attach	epwdog at epsoc
35file	arch/arm/ep93xx/epwdog.c	epwdog	needs-flag
36
37device eppcic : pcmciabus
38file	arch/arm/ep93xx/eppcic.c	eppcic
39
40device	eprtc
41attach	eprtc at epsoc
42file	arch/arm/ep93xx/eprtc.c		eprtc
43
44device	epled
45attach	epled at epgpio
46file	arch/arm/ep93xx/epled.c		epled	needs-flag
47