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

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

1.1       nbrk        1: #      $NetBSD: files.s3c2410,v 1.5 2005/12/11 12:16:51 christos Exp $
                      2: #
                      3: # Configuration info for Samsung S3C2410
                      4: #
                      5:
                      6: # Pull in common info for s3c2800/2400X/2410X
                      7: include arch/arm/s3c2xx0/files.s3c2xx0
                      8:
                      9:
                     10: file   arch/arm/s3c2xx0/s3c2410_intr.c
                     11: file   arch/arm/s3c2xx0/s3c24x0_clk.c
                     12: file   arch/arm/s3c2xx0/s3c2410.c
                     13:
                     14: device ssextio { [index=-1], [addr=0], [size=0], [intr=-1] } : bus_space_generic
                     15: attach ssextio at ssio
                     16: # maximum external interrupt. defaults to 23 to allow all external
                     17: # interrupts. valid values are 4..23.
                     18: defparam opt_s3c2410.h S3C2410_MAX_EXTINT
                     19: file   arch/arm/s3c2xx0/s3c2410_extint.c       ssextio
                     20:
                     21: # UART
                     22: file   arch/arm/s3c2xx0/sscom_s3c2410.c        sscom
                     23:
                     24: # OHCI USB controller
                     25: attach ohci at ssio with ohci_ssio
                     26: file   arch/arm/s3c2xx0/ohci_s3c24x0.c         ohci_ssio
                     27:
                     28: # LCD controller
                     29: device lcd: wsemuldisplaydev, rasops16, rasops8
                     30: file arch/arm/s3c2xx0/s3c24x0_lcd.c            lcd needs-flag
                     31:
                     32: # SPI port
                     33: #  intr locator is for an additional interrupt other than SPI[01] interrupts.
                     34: device ssspi {[intr=-1]}
                     35: attach ssspi at ssio
                     36: file   arch/arm/s3c2xx0/s3c2410_spi.c          ssspi

CVSweb