1 # $NetBSD: files.g42xxeb,v 1.5.4.1 2010/08/11 22:51:51 yamt 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 # Machine-independent SD/MMC drivers 12 include "dev/sdmmc/files.sdmmc" 13 14 # G4250EBX on-board devices (including CPLD) 15 device obio {[addr=-1], [intr=-1]} 16 attach obio at pxaip 17 file arch/evbarm/g42xxeb/obio.c obio 18 19 20 # LCD frame buffer 21 attach lcd at obio with lcd_obio 22 file arch/evbarm/g42xxeb/g42xxeb_lcd.c lcd_obio 23 defflag opt_g42xxlcd.h G4250_LCD_TOSHIBA_LTM035 G4250_LCD_NEC_NL3224BC35 24 25 device kmkbd: wskbddev 26 attach kmkbd at obio 27 file arch/evbarm/g42xxeb/g42xxeb_kmkbd.c kmkbd needs-flag 28 29 attach ne at obio with ne_obio 30 file arch/evbarm/g42xxeb/if_ne_obio.c ne_obio 31 32 # Peripherals on GB-225 option board 33 device opio {[addr=-1], [intr=-1]} 34 attach opio at obio 35 file arch/evbarm/g42xxeb/gb225.c opio 36 37 device opcic: pcmciabus 38 attach opcic at opio 39 file arch/arm/sa11x0/sa11xx_pcic.c opcic 40 file arch/evbarm/g42xxeb/gb225_pcic.c opcic 41 42 # Cypress SL811HS USB host controller 43 attach slhci at opio with slhci_opio 44 file arch/evbarm/g42xxeb/gb225_slhci.c slhci_opio 45 46 attach pxamci at obio with pxamci_obio 47 file arch/evbarm/g42xxeb/g42xxeb_mci.c pxamci_obio 48