1 1.3.2.1 rmind # $NetBSD: files.bcm53xx,v 1.3.2.1 2014/05/18 17:44:57 rmind 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.3 matt defflag opt_broadcom.h BCMETH_COUNTERS 24 1.3.2.1 rmind defflag opt_broadcom.h BCM563XX 25 1.3.2.1 rmind defflag opt_broadcom.h BCM5301X 26 1.1 matt 27 1.1 matt # ChipCommonA attach point 28 1.1 matt device bcmcca { [channel=-1] } : bus_space_generic, gpiobus, sysmon_wdog 29 1.1 matt attach bcmcca at mainbus 30 1.1 matt attach com at bcmcca with com_cca 31 1.1 matt file arch/arm/broadcom/bcm53xx_cca.c bcmcca|com_cca needs-flag 32 1.1 matt 33 1.1 matt # ChipCommonB attach point 34 1.1 matt device bcmccb { [port=-1], [mdio=-1], [phy=-1] } : bus_space_generic 35 1.1 matt attach bcmccb at mainbus 36 1.1 matt file arch/arm/broadcom/bcm53xx_ccb.c bcmccb 37 1.1 matt file arch/arm/broadcom/bcm53xx_idm.c bcmccb 38 1.1 matt 39 1.1 matt device bcmpax : pcibus 40 1.1 matt attach bcmpax at bcmccb with bcmpax_ccb 41 1.1 matt file arch/arm/broadcom/bcm53xx_pax.c bcmpax_ccb 42 1.1 matt 43 1.1 matt device bcmi2c : i2cbus, i2cexec 44 1.1 matt attach bcmi2c at bcmccb with bcmi2c_ccb 45 1.1 matt file arch/arm/broadcom/bcm53xx_i2c.c bcmi2c_ccb 46 1.1 matt 47 1.3.2.1 rmind device bcmnand : nandbus 48 1.3.2.1 rmind attach bcmnand at bcmccb with bcmnand_ccb 49 1.3.2.1 rmind file arch/arm/broadcom/bcm53xx_nand.c bcmnand_ccb 50 1.3.2.1 rmind 51 1.1 matt device bcmrng 52 1.1 matt attach bcmrng at bcmccb with bcmrng_ccb 53 1.1 matt file arch/arm/broadcom/bcm53xx_rng.c bcmrng_ccb needs-flag 54 1.1 matt 55 1.1 matt device bcmmdio : mii 56 1.1 matt attach bcmmdio at bcmccb with bcmmdio_ccb 57 1.1 matt file arch/arm/broadcom/bcm53xx_mdio.c bcmmdio_ccb 58 1.1 matt 59 1.1 matt device bcmeth { } : ether, ifnet, arp 60 1.1 matt attach bcmeth at bcmccb with bcmeth_ccb 61 1.1 matt file arch/arm/broadcom/bcm53xx_eth.c bcmeth_ccb 62 1.1 matt 63 1.1 matt # USB2 Host Controller (EHCI) 64 1.1 matt device bcmusb { } 65 1.1 matt attach bcmusb at bcmccb with bcmusb_ccb 66 1.1 matt attach ohci at bcmusb with ohci_bcmusb 67 1.1 matt attach ehci at bcmusb with ehci_bcmusb 68 1.1 matt file arch/arm/broadcom/bcm53xx_usb.c bcmusb_ccb 69 1.1 matt 70 1.1 matt # External Mass Media Controller (SDHC) 71 1.1 matt attach sdhc at bcmccb with sdhc_ccb 72 1.1 matt file arch/arm/broadcom/bcm53xx_sdhc.c sdhc_ccb 73