1 1.5 bsh # $NetBSD: files.s3c2xx0,v 1.6 2003/08/05 11:24:09 bsh Exp $ 2 1.1 bsh # 3 1.1 bsh # Configuration info common to Samsung S3C2800/S3C24[10]0 4 1.1 bsh # 5 1.1 bsh 6 1.1 bsh file arch/arm/arm/softintr.c # Use the generic ARM soft interrupt code. 7 1.1 bsh file arch/arm/s3c2xx0/s3c2xx0_space.c 8 1.6 bsh file arch/arm/s3c2xx0/s3c2xx0_busdma.c 9 1.1 bsh 10 1.3 bsh # 11 1.3 bsh # External Xtal clock frequency. 12 1.3 bsh # 13 1.3 bsh defparam opt_cpuoptions.h S3C2XX0_XTAL_CLK 14 1.3 bsh 15 1.3 bsh 16 1.3 bsh # 17 1.1 bsh # S3C2XX0's integrated peripherals bus. 18 1.1 bsh # 19 1.1 bsh device ssio { [index=-1], [addr=0], [size=0], [intr=-1] } : bus_space_generic 20 1.1 bsh attach ssio at mainbus 21 1.2 thorpej file arch/arm/arm32/irq_dispatch.S 22 1.1 bsh file arch/arm/s3c2xx0/s3c2xx0_intr.c 23 1.1 bsh 24 1.1 bsh # 25 1.3 bsh # built-in UART 26 1.3 bsh # 27 1.1 bsh device sscom 28 1.1 bsh attach sscom at ssio 29 1.1 bsh file arch/arm/s3c2xx0/sscom.c sscom needs-flag 30 1.1 bsh defflag opt_sscom.h SSCOM0CONSOLE SSCOM1CONSOLE 31 1.1 bsh defparam opt_sscom.h SSCOM_FREQ # PCLK 32 1.5 bsh defflag opt_sscom.h SSCOM_S3C2410 SSCOM_S3C2400 SSCOM_S3C2800 33 1.1 bsh 34 1.1 bsh 35