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