Home | History | Annotate | Line # | Download | only in s3c2xx0
files.s3c2xx0 revision 1.1
      1 #	$NetBSD: files.s3c2xx0,v 1.1 2002/11/20 17:52:49 bsh Exp $
      2 #
      3 # Configuration info common to Samsung S3C2800/S3C24[10]0
      4 #
      5 
      6 file	arch/arm/arm/softintr.c  # Use the generic ARM soft interrupt code.
      7 file	arch/arm/s3c2xx0/s3c2xx0_space.c
      8 
      9 # S3C2XX0's integrated peripherals bus.
     10 #
     11 device ssio { [index=-1], [addr=0], [size=0], [intr=-1] } : bus_space_generic
     12 attach ssio at mainbus
     13 file	arch/arm/s3c2xx0/s3c2xx0_irq.S
     14 file	arch/arm/s3c2xx0/s3c2xx0_intr.c
     15 
     16 # S3C2XX0's integrated peripherals.
     17 #
     18 
     19 device sscom
     20 attach sscom at ssio
     21 file arch/arm/s3c2xx0/sscom.c		sscom needs-flag
     22 defflag	opt_sscom.h	SSCOM0CONSOLE SSCOM1CONSOLE
     23 defparam opt_sscom.h	SSCOM_FREQ       # PCLK
     24 
     25 
     26