[BACK]Return to files.s3c2xx0 CVS log [TXT][DIR] Up to [local] / sys / arch / arm / s3c2xx0

Annotation of sys/arch/arm/s3c2xx0/files.s3c2xx0, Revision 1.1.1.1

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

CVSweb