1 1.11 kiyohara # $NetBSD: files.ibm4xx,v 1.11 2010/03/18 13:58:38 kiyohara Exp $ 2 1.1 simonb # 3 1.1 simonb # IBM 4xx specific configuration info 4 1.1 simonb 5 1.1 simonb include "arch/powerpc/fpu/files.fpu" 6 1.1 simonb 7 1.11 kiyohara defflag opt_uic.h MULTIUIC 8 1.11 kiyohara file arch/powerpc/ibm4xx/intr.c 9 1.11 kiyohara 10 1.6 shige # Board Properties 11 1.6 shige file arch/powerpc/ibm4xx/board_prop.c 12 1.6 shige 13 1.1 simonb # Processor Local Bus 14 1.3 thorpej device plb { [irq = -1] } 15 1.1 simonb attach plb at root 16 1.1 simonb file arch/powerpc/ibm4xx/dev/plb.c plb 17 1.1 simonb 18 1.1 simonb # On-chip Peripheral Bus 19 1.3 thorpej device opb {[addr = -1], [irq = -1]} 20 1.1 simonb attach opb at plb 21 1.1 simonb file arch/powerpc/ibm4xx/dev/opb.c opb 22 1.1 simonb 23 1.1 simonb device cpu {} 24 1.1 simonb attach cpu at plb 25 1.1 simonb file arch/powerpc/ibm4xx/cpu.c 26 1.2 scw 27 1.2 scw device ecc 28 1.2 scw attach ecc at plb with ecc_plb 29 1.2 scw file arch/powerpc/ibm4xx/dev/ecc_plb.c ecc_plb 30 1.1 simonb 31 1.1 simonb # On-chip com device(s) 32 1.1 simonb attach com at opb with com_opb 33 1.1 simonb file arch/powerpc/ibm4xx/dev/com_opb.c com_opb 34 1.1 simonb 35 1.7 shige # On-chip GPIO controller 36 1.10 shige device opbgpio: gpiobus 37 1.10 shige attach opbgpio at opb 38 1.10 shige file arch/powerpc/ibm4xx/dev/gpio_opb.c opbgpio 39 1.7 shige 40 1.1 simonb # On-chip ethernet device(s) 41 1.1 simonb device emac: ether, ifnet, arp, mii 42 1.1 simonb attach emac at opb 43 1.11 kiyohara file arch/powerpc/ibm4xx/dev/if_emac.c emac needs-flag 44 1.11 kiyohara file arch/powerpc/ibm4xx/dev/mal.c emac 45 1.11 kiyohara defflag opt_emac.h EMAC_ZMII_PHY EMAC_RGMII_PHY 46 1.11 kiyohara #file arch/powerpc/ibm4xx/dev/zmii.c emac_zmii_phy 47 1.11 kiyohara file arch/powerpc/ibm4xx/dev/rgmii.c emac_rgmii_phy 48 1.1 simonb 49 1.1 simonb # Watchdog timer 50 1.1 simonb device wdog: sysmon_wdog 51 1.1 simonb attach wdog at opb 52 1.1 simonb file arch/powerpc/ibm4xx/dev/wdog.c wdog 53 1.11 kiyohara 54 1.11 kiyohara 55 1.11 kiyohara # Machine-independent I2O drivers. 56 1.11 kiyohara include "dev/i2o/files.i2o" 57 1.11 kiyohara 58 1.11 kiyohara # PCI bus support 59 1.11 kiyohara include "dev/pci/files.pci" 60 1.11 kiyohara 61 1.11 kiyohara # On-chip PCI bridge 62 1.11 kiyohara device pchb : pcibus 63 1.11 kiyohara attach pchb at plb 64 1.11 kiyohara file arch/powerpc/ibm4xx/pci/pchb.c pchb 65 1.11 kiyohara file arch/powerpc/ibm4xx/pci/pci_machdep.c pci 66 1.11 kiyohara file arch/powerpc/ibm4xx/dev/ibm405gp.c pchb | pci 67 1.11 kiyohara 68 1.11 kiyohara # On-chip IIC controller 69 1.11 kiyohara device gpiic: i2cbus, i2c_bitbang 70 1.11 kiyohara attach gpiic at opb 71 1.11 kiyohara file arch/powerpc/ibm4xx/dev/gpiic_opb.c gpiic 72