1 # $NetBSD: files.smdk2410,v 1.5 2005/12/11 12:17:07 christos Exp $ 2 # 3 # Samsung SMDK2410 evaluation board configuration info 4 # 5 6 # CPU support and integrated peripherals 7 include "arch/arm/s3c2xx0/files.s3c2410" 8 9 defparam opt_smdk2xx0.h SMDK2XX0_CLOCK_CONFIG 10 11 file arch/evbarm/smdk2xx0/smdk2410_machdep.c 12 13 # on-board CS8900A 14 attach cs at ssextio with cs_ssextio 15 file arch/evbarm/smdk2xx0/if_cs_smdk24x0.c cs_ssextio 16 17 # there's no EEPROM hooked to on-board CS8900A. 18 # This is the easiest way to set MAC address. 19 defparam opt_smdk2xx0.h SMDK24X0_ETHER_ADDR_FIXED 20 21 # LCD 22 attach lcd at ssio with lcd_ssio 23 file arch/evbarm/smdk2xx0/smdk2410_lcd.c lcd_ssio 24 25 # on-board Semtech SPICoder (keyboard controller) 26 # connected to SPI1 27 device sskbd: wskbddev 28 attach sskbd at ssspi 29 file arch/evbarm/smdk2xx0/smdk2410_kbd.c sskbd 30