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