Home | History | Annotate | Line # | Download | only in s3c2xx0
files.s3c2440 revision 1.2.6.2
      1  1.2.6.2  yamt #	$NetBSD: files.s3c2440,v 1.2.6.2 2012/04/17 00:06:06 yamt Exp $
      2  1.2.6.2  yamt #
      3  1.2.6.2  yamt # Configuration info for Samsung S3C2440
      4  1.2.6.2  yamt #
      5  1.2.6.2  yamt 
      6  1.2.6.2  yamt # Pull in common info for s3c2800/2400X/2410X
      7  1.2.6.2  yamt include arch/arm/s3c2xx0/files.s3c2xx0
      8  1.2.6.2  yamt 
      9  1.2.6.2  yamt 
     10  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c2440_intr.c
     11  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c24x0_clk.c
     12  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c2440.c
     13  1.2.6.2  yamt file    arch/arm/s3c2xx0/s3c2440_dma.c  # DMA Controller
     14  1.2.6.2  yamt 
     15  1.2.6.2  yamt device ssextio { [index=-1], [addr=0], [size=0], [intr=-1] } : bus_space_generic
     16  1.2.6.2  yamt attach ssextio at ssio
     17  1.2.6.2  yamt # maximum external interrupt. defaults to 23 to allow all external
     18  1.2.6.2  yamt # interrupts. valid values are 4..23.
     19  1.2.6.2  yamt defparam opt_s3c2440.h S3C2440_MAX_EXTINT
     20  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c2440_extint.c	ssextio
     21  1.2.6.2  yamt 
     22  1.2.6.2  yamt # UART
     23  1.2.6.2  yamt file	arch/arm/s3c2xx0/sscom_s3c2440.c	sscom
     24  1.2.6.2  yamt 
     25  1.2.6.2  yamt # OHCI USB controller
     26  1.2.6.2  yamt attach	ohci at ssio with ohci_ssio
     27  1.2.6.2  yamt file	arch/arm/s3c2xx0/ohci_s3c24x0.c		ohci_ssio
     28  1.2.6.2  yamt 
     29  1.2.6.2  yamt # LCD controller
     30  1.2.6.2  yamt device lcd: wsemuldisplaydev, rasops16, rasops8
     31  1.2.6.2  yamt file arch/arm/s3c2xx0/s3c24x0_lcd.c		lcd needs-flag
     32  1.2.6.2  yamt 
     33  1.2.6.2  yamt # SPI port
     34  1.2.6.2  yamt #  intr locator is for an additional interrupt other than SPI[01] interrupts.
     35  1.2.6.2  yamt #device	ssspi {[intr=-1]}
     36  1.2.6.2  yamt #attach	ssspi at ssio
     37  1.2.6.2  yamt #file	arch/arm/s3c2xx0/s3c2440_spi.c		ssspi
     38  1.2.6.2  yamt 
     39  1.2.6.2  yamt # SDI controller
     40  1.2.6.2  yamt device	sssdi: sdmmcbus
     41  1.2.6.2  yamt attach	sssdi at ssio
     42  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c2440_sdi.c		sssdi
     43  1.2.6.2  yamt 
     44  1.2.6.2  yamt device	ssiis {}
     45  1.2.6.2  yamt attach	ssiis at ssio
     46  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c2440_i2s.c		ssiis
     47  1.2.6.2  yamt 
     48  1.2.6.2  yamt # Touchscreen Controller
     49  1.2.6.2  yamt device	sstouch: wsmousedev, tpcalib
     50  1.2.6.2  yamt attach	sstouch at ssio
     51  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c2440_touch.c	sstouch
     52  1.2.6.2  yamt 
     53  1.2.6.2  yamt # RTC
     54  1.2.6.2  yamt device ssrtc
     55  1.2.6.2  yamt attach ssrtc at ssio
     56  1.2.6.2  yamt file	arch/arm/s3c2xx0/s3c2440_rtc.c		ssrtc
     57