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