Home | History | Annotate | Line # | Download | only in s3c2xx0
      1  1.8       ad #	$NetBSD: files.s3c2xx0,v 1.8 2007/12/03 15:33:19 ad 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/s3c2xx0/s3c2xx0_space.c
      7  1.6      bsh file	arch/arm/s3c2xx0/s3c2xx0_busdma.c
      8  1.1      bsh 
      9  1.3      bsh #
     10  1.3      bsh # External Xtal clock frequency.
     11  1.3      bsh #
     12  1.3      bsh defparam opt_cpuoptions.h      S3C2XX0_XTAL_CLK
     13  1.3      bsh 
     14  1.3      bsh 
     15  1.3      bsh #
     16  1.1      bsh # S3C2XX0's integrated peripherals bus.
     17  1.1      bsh #
     18  1.1      bsh device ssio { [index=-1], [addr=0], [size=0], [intr=-1] } : bus_space_generic
     19  1.1      bsh attach ssio at mainbus
     20  1.2  thorpej file	arch/arm/arm32/irq_dispatch.S
     21  1.1      bsh file	arch/arm/s3c2xx0/s3c2xx0_intr.c
     22  1.1      bsh 
     23  1.1      bsh #
     24  1.3      bsh # built-in UART
     25  1.3      bsh #
     26  1.1      bsh device sscom
     27  1.1      bsh attach sscom at ssio
     28  1.1      bsh file arch/arm/s3c2xx0/sscom.c		sscom needs-flag
     29  1.1      bsh defflag	opt_sscom.h	SSCOM0CONSOLE SSCOM1CONSOLE
     30  1.1      bsh defparam opt_sscom.h	SSCOM_FREQ       # PCLK
     31  1.5      bsh defflag	opt_sscom.h	SSCOM_S3C2410	SSCOM_S3C2400	SSCOM_S3C2800
     32  1.1      bsh 
     33  1.1      bsh 
     34