Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.lubbock,v 1.7 2008/03/17 09:30:02 kiyohara Exp $
      2 #
      3 # Intel LUBBOCK evaluation board configuration info
      4 #
      5 
      6 file	arch/evbarm/lubbock/lubbock_machdep.c
      7 
      8 # CPU support and integrated peripherals
      9 include "arch/arm/xscale/files.pxa2x0"
     10 
     11 # LUBBOCK on-board devices (including CPLD)
     12 device	obio {[addr = -1], [size = -1], [width = -1], [intr = -1]}
     13 attach	obio at pxaip
     14 file	arch/evbarm/lubbock/obio.c			obio
     15 
     16 # SMSC LAN91C96
     17 attach sm at obio with sm_obio
     18 defflag opt_lubbock.h LUBBOCK_SMC91C96_16BIT
     19 file	arch/evbarm/lubbock/if_sm_obio.c		sm_obio
     20 file	arch/evbarm/lubbock/sm_obio_space.c		sm_obio
     21 file	arch/evbarm/lubbock/sm_obio_space_asm.S		sm_obio
     22 
     23 # SA1111 companion chips
     24 device	sacc { [addr=-1], [size=0], [membase=-1], [memsize=0], [intr=-1] }
     25 attach	sacc at obio  with sacc_obio
     26 file	arch/arm/sa11x0/sa1111.c		sacc
     27 file 	arch/evbarm/lubbock/sacc_obio.c  	sacc_obio
     28 
     29 # PS/2 keyboard & mouse
     30 device  sackbc: pckbport
     31 attach  sackbc at sacc
     32 file	arch/arm/sa11x0/sa1111_kbc.c	sackbc
     33 
     34 include "dev/pckbport/files.pckbport"
     35 
     36 device	sacpcic: pcmciabus
     37 attach	sacpcic at sacc
     38 file	arch/arm/sa11x0/sa11x1_pcic.c	sacpcic needs-flag
     39 file	arch/arm/sa11x0/sa11xx_pcic.c	sacpcic
     40 file	arch/evbarm/lubbock/lubbock_pcic.c	sacpcic
     41 
     42 
     43 # LCD frame buffer
     44 attach lcd at obio with lcd_obio
     45 file arch/evbarm/lubbock/lubbock_lcd.c		lcd_obio
     46