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