Home | History | Annotate | Line # | Download | only in conf
files.ingenic revision 1.9
      1  1.9     skrll #	$NetBSD: files.ingenic,v 1.9 2017/05/19 07:30:24 skrll Exp $
      2  1.9     skrll 
      3  1.9     skrll file	arch/mips/mips/bus_dma.c
      4  1.2  macallan 
      5  1.2  macallan include "dev/scsipi/files.scsipi"		# SCSI devices
      6  1.2  macallan include "dev/ata/files.ata"			# ATA devices
      7  1.2  macallan include "dev/usb/files.usb"			# USB devices
      8  1.1  macallan 
      9  1.2  macallan # Ingenic system bus
     10  1.2  macallan device	apbus { [addr=-1] }
     11  1.2  macallan attach	apbus at mainbus
     12  1.2  macallan file	arch/mips/ingenic/apbus.c		apbus
     13  1.2  macallan 
     14  1.6  macallan # On-chip UART device
     15  1.6  macallan attach	com at apbus with ingenic_com
     16  1.6  macallan file	arch/mips/ingenic/ingenic_com.c	ingenic_com
     17  1.6  macallan options	COM_REGMAP
     18  1.6  macallan 
     19  1.2  macallan # USB
     20  1.2  macallan attach dwctwo at apbus with ingenic_dwctwo
     21  1.2  macallan file	arch/mips/ingenic/ingenic_dwctwo.c	ingenic_dwctwo	needs-flag
     22  1.3  macallan 
     23  1.3  macallan attach ohci at apbus with ingenic_ohci
     24  1.3  macallan file	arch/mips/ingenic/ingenic_ohci.c	ingenic_ohci	needs-flag
     25  1.3  macallan 
     26  1.3  macallan attach ehci at apbus with ingenic_ehci
     27  1.3  macallan file	arch/mips/ingenic/ingenic_ehci.c	ingenic_ehci	needs-flag
     28  1.6  macallan defflag	opt_ingenic.h	INGENIC_EHCI_DEBUG
     29  1.4  macallan 
     30  1.4  macallan # Ethernet
     31  1.4  macallan attach dme at apbus with ingenic_dme
     32  1.4  macallan file	arch/mips/ingenic/ingenic_dme.c		ingenic_dme	needs-flag
     33  1.5  macallan 
     34  1.5  macallan # I2C
     35  1.5  macallan device 	jziic : i2cbus
     36  1.5  macallan attach 	jziic at apbus
     37  1.5  macallan file 	arch/mips/ingenic/jziic.c	jziic
     38  1.5  macallan defflag	opt_ingenic.h	JZIIC_DEBUG
     39  1.6  macallan 
     40  1.6  macallan # SDMMC
     41  1.6  macallan device 	jzmmc : sdmmcbus
     42  1.6  macallan attach 	jzmmc at apbus
     43  1.6  macallan file 	arch/mips/ingenic/jzmmc.c	jzmmc
     44  1.6  macallan defflag	opt_ingenic.h	JZMMC_DEBUG
     45  1.7  macallan 
     46  1.7  macallan # Random number generator
     47  1.7  macallan device	jzrng
     48  1.7  macallan attach	jzrng at apbus with ingenic_rng
     49  1.7  macallan file	arch/mips/ingenic/ingenic_rng.c	ingenic_rng
     50  1.8  macallan 
     51  1.8  macallan # EFUSE
     52  1.8  macallan device	efuse
     53  1.8  macallan attach	efuse at apbus with ingenic_efuse
     54  1.8  macallan file	arch/mips/ingenic/ingenic_efuse.c	ingenic_efuse
     55