1# $NetBSD: files.g42xxeb,v 1.4 2007/10/17 19:54:11 garbled Exp $ 2# 3# Genetec corp. G4255EB evaluation board configuration info 4# 5 6file arch/evbarm/g42xxeb/g42xxeb_machdep.c 7 8# CPU support and integrated peripherals 9include "arch/arm/xscale/files.pxa2x0" 10 11# G4250EBX on-board devices (including CPLD) 12device obio {[addr=-1], [intr=-1]} 13attach obio at pxaip 14file arch/evbarm/g42xxeb/obio.c obio 15 16 17# LCD frame buffer 18attach lcd at obio with lcd_obio 19file arch/evbarm/g42xxeb/g42xxeb_lcd.c lcd_obio 20defflag opt_g42xxlcd.h G4250_LCD_TOSHIBA_LTM035 G4250_LCD_NEC_NL3224BC35 21 22device kmkbd: wskbddev 23attach kmkbd at obio 24file arch/evbarm/g42xxeb/g42xxeb_kmkbd.c kmkbd needs-flag 25 26attach ne at obio with ne_obio 27file arch/evbarm/g42xxeb/if_ne_obio.c ne_obio 28 29# Peripherals on GB-225 option board 30device opio {[addr=-1], [intr=-1]} 31attach opio at obio 32file arch/evbarm/g42xxeb/gb225.c opio 33 34# PCMCIA 35include "dev/pcmcia/files.pcmcia" 36 37device opcic: pcmciabus 38attach opcic at opio 39file arch/arm/sa11x0/sa11xx_pcic.c opcic 40file arch/evbarm/g42xxeb/gb225_pcic.c opcic 41 42# Cypress SL811HS USB host controller 43attach slhci at opio with slhci_opio 44file arch/evbarm/g42xxeb/gb225_slhci.c slhci_opio 45