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