Home | History | Annotate | Line # | Download | only in broadcom
files.bcm53xx revision 1.2
      1  1.2  matt #	$NetBSD: files.bcm53xx,v 1.2 2012/10/23 23:13:20 matt Exp $
      2  1.1  matt #
      3  1.1  matt # Configuration info for Broadcom BCM5301X ARM Peripherals
      4  1.1  matt #
      5  1.1  matt 
      6  1.1  matt include "arch/arm/pic/files.pic"
      7  1.1  matt include "arch/arm/cortex/files.cortex"
      8  1.1  matt 
      9  1.1  matt file	arch/arm/arm32/arm32_boot.c
     10  1.1  matt file	arch/arm/arm32/arm32_kvminit.c
     11  1.1  matt file	arch/arm/arm32/arm32_reboot.c
     12  1.1  matt file	arch/arm/arm32/irq_dispatch.S
     13  1.1  matt 
     14  1.1  matt file	arch/arm/broadcom/bcm53xx_board.c
     15  1.1  matt file	arch/arm/broadcom/bcmgen_space.c
     16  1.1  matt 
     17  1.1  matt # Console parameters
     18  1.1  matt defparam opt_broadcom.h				CONADDR
     19  1.1  matt defparam opt_broadcom.h				CONSPEED
     20  1.1  matt defparam opt_broadcom.h				CONMODE
     21  1.2  matt defparam opt_broadcom.h				MEMSIZE
     22  1.1  matt defflag opt_broadcom.h				BCM53XX_CONSOLE_EARLY
     23  1.1  matt 
     24  1.1  matt # ChipCommonA attach point
     25  1.1  matt device	bcmcca { [channel=-1] } : bus_space_generic, gpiobus, sysmon_wdog
     26  1.1  matt attach	bcmcca at mainbus
     27  1.1  matt attach	com at bcmcca with com_cca
     28  1.1  matt file	arch/arm/broadcom/bcm53xx_cca.c		bcmcca|com_cca	needs-flag
     29  1.1  matt 
     30  1.1  matt # ChipCommonB attach point
     31  1.1  matt device	bcmccb { [port=-1], [mdio=-1], [phy=-1] } : bus_space_generic
     32  1.1  matt attach	bcmccb at mainbus
     33  1.1  matt file	arch/arm/broadcom/bcm53xx_ccb.c		bcmccb
     34  1.1  matt file	arch/arm/broadcom/bcm53xx_idm.c		bcmccb
     35  1.1  matt 
     36  1.1  matt device	bcmpax : pcibus
     37  1.1  matt attach	bcmpax at bcmccb with bcmpax_ccb
     38  1.1  matt file	arch/arm/broadcom/bcm53xx_pax.c		bcmpax_ccb
     39  1.1  matt 
     40  1.1  matt device	bcmi2c : i2cbus, i2cexec
     41  1.1  matt attach	bcmi2c at bcmccb with bcmi2c_ccb
     42  1.1  matt file	arch/arm/broadcom/bcm53xx_i2c.c		bcmi2c_ccb
     43  1.1  matt 
     44  1.1  matt device	bcmrng
     45  1.1  matt attach	bcmrng at bcmccb with bcmrng_ccb
     46  1.1  matt file	arch/arm/broadcom/bcm53xx_rng.c		bcmrng_ccb	needs-flag
     47  1.1  matt 
     48  1.1  matt device	bcmmdio : mii
     49  1.1  matt attach	bcmmdio at bcmccb with bcmmdio_ccb
     50  1.1  matt file	arch/arm/broadcom/bcm53xx_mdio.c	bcmmdio_ccb
     51  1.1  matt 
     52  1.1  matt device	bcmeth { } : ether, ifnet, arp
     53  1.1  matt attach	bcmeth at bcmccb with bcmeth_ccb
     54  1.1  matt file	arch/arm/broadcom/bcm53xx_eth.c		bcmeth_ccb
     55  1.1  matt 
     56  1.1  matt # USB2 Host Controller (EHCI)
     57  1.1  matt device	bcmusb { }
     58  1.1  matt attach	bcmusb at bcmccb with bcmusb_ccb
     59  1.1  matt attach	ohci at bcmusb with ohci_bcmusb
     60  1.1  matt attach	ehci at bcmusb with ehci_bcmusb
     61  1.1  matt file	arch/arm/broadcom/bcm53xx_usb.c		bcmusb_ccb
     62  1.1  matt 
     63  1.1  matt # External Mass Media Controller (SDHC)
     64  1.1  matt attach	sdhc at bcmccb with sdhc_ccb
     65  1.1  matt file	arch/arm/broadcom/bcm53xx_sdhc.c	sdhc_ccb
     66