1 1.4 kenh # $NetBSD: files.ep93xx,v 1.4 2009/02/27 03:13:55 kenh Exp $ 2 1.1 joff # 3 1.1 joff # Configuration info for Cirrus Logic EP93XX CPU support 4 1.1 joff # 5 1.1 joff 6 1.3 hamajima makeoptions CPUFLAGS+="-march=armv4 -mtune=arm9" 7 1.3 hamajima 8 1.1 joff file arch/arm/ep93xx/ep93xx_intr.c 9 1.1 joff file arch/arm/arm32/irq_dispatch.S 10 1.1 joff file arch/arm/ep93xx/ep93xx_space.c 11 1.1 joff file arch/arm/ep93xx/ep93xx_busdma.c 12 1.1 joff 13 1.1 joff device epsoc { [addr=-1], [size=0], [intr=-1] }: bus_space_generic 14 1.2 hamajima file arch/arm/ep93xx/epsoc.c epsoc 15 1.1 joff 16 1.1 joff device epclk 17 1.1 joff attach epclk at epsoc 18 1.2 hamajima file arch/arm/ep93xx/epclk.c epclk needs-flag 19 1.1 joff 20 1.1 joff device epe: ether, ifnet, arp, mii 21 1.1 joff attach epe at epsoc 22 1.2 hamajima file arch/arm/ep93xx/epe.c epe 23 1.1 joff 24 1.1 joff device epohci 25 1.1 joff attach ohci at epsoc with epohci 26 1.2 hamajima file arch/arm/ep93xx/epohci.c epohci 27 1.1 joff 28 1.1 joff device epcom : tty 29 1.2 hamajima file arch/arm/ep93xx/epcom.c epcom needs-flag 30 1.2 hamajima 31 1.2 hamajima device epgpio { [port=-1], [bit1=-1], [bit2=-1] }: gpiobus 32 1.2 hamajima attach epgpio at epsoc 33 1.2 hamajima file arch/arm/ep93xx/epgpio.c epgpio needs-flag 34 1.2 hamajima 35 1.4 kenh # 36 1.4 kenh # Support selective disabling of certain EP93xx GPIO lines when attaching 37 1.4 kenh # a gpiobus (they may be used for other functions by the hardware and using 38 1.4 kenh # them could be harmful). The default is all GPIO lines are available 39 1.4 kenh # 40 1.4 kenh 41 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_A_MASK=0xff 42 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_B_MASK=0xff 43 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_C_MASK=0xff 44 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_D_MASK=0xff 45 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_E_MASK=0xff 46 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_F_MASK=0xff 47 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_G_MASK=0xff 48 1.4 kenh defparam opt_ep93xx_gpio_mask.h EPGPIO_PORT_H_MASK=0xff 49 1.4 kenh 50 1.2 hamajima device epwdog 51 1.2 hamajima attach epwdog at epsoc 52 1.2 hamajima file arch/arm/ep93xx/epwdog.c epwdog needs-flag 53 1.2 hamajima 54 1.2 hamajima device eppcic : pcmciabus 55 1.2 hamajima file arch/arm/ep93xx/eppcic.c eppcic 56 1.2 hamajima 57 1.2 hamajima device eprtc 58 1.2 hamajima attach eprtc at epsoc 59 1.2 hamajima file arch/arm/ep93xx/eprtc.c eprtc 60 1.2 hamajima 61 1.2 hamajima device epled 62 1.2 hamajima attach epled at epgpio 63 1.2 hamajima file arch/arm/ep93xx/epled.c epled needs-flag 64