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