Home | History | Annotate | Line # | Download | only in marvell
files.marvell revision 1.2
      1  1.2  kiyohara #       $NetBSD: files.marvell,v 1.2 2010/10/06 05:24:01 kiyohara Exp $
      2  1.1  kiyohara #
      3  1.1  kiyohara # Configuration info for Marvell System on Chip support
      4  1.1  kiyohara #
      5  1.1  kiyohara 
      6  1.1  kiyohara include "arch/arm/pic/files.pic"
      7  1.1  kiyohara 
      8  1.1  kiyohara device	mvsoc { [unit = -1], [offset = -1], [irq = -1] } : bus_space_generic, pic
      9  1.1  kiyohara attach	mvsoc at mainbus
     10  1.1  kiyohara file	arch/arm/marvell/mvsoc.c		mvsoc
     11  1.1  kiyohara file	arch/arm/marvell/mvsoc_space.c
     12  1.1  kiyohara file	arch/arm/marvell/mvsoc_dma.c
     13  1.1  kiyohara 
     14  1.1  kiyohara file	arch/arm/arm32/irq_dispatch.S
     15  1.1  kiyohara 
     16  1.1  kiyohara defflag opt_mvsoc.h				ORION KIRKWOOD MV78XX0
     17  1.1  kiyohara file	arch/arm/marvell/mvsoc_intr.c
     18  1.1  kiyohara file	arch/arm/marvell/orion.c		orion
     19  1.1  kiyohara file	arch/arm/marvell/kirkwood.c		kirkwood
     20  1.1  kiyohara #file	arch/arm/marvell/mv78xx0.c		mv78xx0
     21  1.1  kiyohara 
     22  1.1  kiyohara 
     23  1.1  kiyohara # Integrated peripherals
     24  1.1  kiyohara include "dev/marvell/files.discovery"
     25  1.1  kiyohara 
     26  1.1  kiyohara # Timers
     27  1.1  kiyohara device	mvsoctmr
     28  1.1  kiyohara attach	mvsoctmr at mvsoc
     29  1.1  kiyohara file	arch/arm/marvell/mvsoctmr.c		mvsoctmr
     30  1.1  kiyohara 
     31  1.1  kiyohara 
     32  1.1  kiyohara # PCI Express Interface
     33  1.1  kiyohara attach	mvpex at mvsoc with mvpex_mbus
     34  1.1  kiyohara 
     35  1.1  kiyohara # PCI Interface
     36  1.1  kiyohara attach	gtpci at mvsoc with gtpci_mbus
     37  1.1  kiyohara 
     38  1.1  kiyohara file	arch/arm/marvell/pci_machdep.c		mvpex | gtpci
     39  1.1  kiyohara 
     40  1.1  kiyohara device	pchb
     41  1.1  kiyohara attach	pchb at pci
     42  1.1  kiyohara file	dev/marvell/pchb.c			pchb
     43  1.1  kiyohara 
     44  1.1  kiyohara # Serial-ATA II Host Controller (SATAHC)
     45  1.1  kiyohara attach	mvsata at mvsoc with mvsata_mbus
     46  1.1  kiyohara 
     47  1.1  kiyohara # Gigabit Ethernet Controller Interface
     48  1.1  kiyohara attach	mvgbec at mvsoc with mvgbec_mbus
     49  1.1  kiyohara 
     50  1.1  kiyohara # USB 2.0 Interface
     51  1.1  kiyohara attach	ehci at mvsoc with mvusb_mbus
     52  1.1  kiyohara 
     53  1.1  kiyohara # Cryptographic Engines and Security Accelerator
     54  1.2  kiyohara #attach	mvcesa at mvsoc with mvcesa_mbus
     55  1.1  kiyohara 
     56  1.1  kiyohara # TWSI Two-Wire Serial Interface
     57  1.1  kiyohara attach	gttwsi at mvsoc with gttwsi_mbus
     58  1.1  kiyohara 
     59  1.1  kiyohara # UART Interface
     60  1.1  kiyohara attach	com at mvsoc with mvuart_mbus
     61  1.1  kiyohara 
     62  1.1  kiyohara # IDMA Controller and XOR Engine
     63  1.1  kiyohara attach	gtidmac at mvsoc with gtidmac_mbus
     64  1.1  kiyohara 
     65  1.1  kiyohara # General Purpose I/O Port Interface
     66  1.1  kiyohara device	mvsocgpp: gpiobus, pic
     67  1.1  kiyohara attach	mvsocgpp at mvsoc
     68  1.1  kiyohara file	arch/arm/marvell/mvsocgpp.c		mvsocgpp	needs-flag
     69  1.1  kiyohara 
     70  1.1  kiyohara # Secure Digital Input/Output (SDIO) Interface
     71  1.1  kiyohara attach	mvsdio at mvsoc with mvsdio_mbus
     72