1 # $NetBSD: files.ibm4xx,v 1.10 2006/03/13 15:31:11 shige Exp $ 2 # 3 # IBM 4xx specific configuration info 4 5 include "arch/powerpc/fpu/files.fpu" 6 7 # Board Properties 8 file arch/powerpc/ibm4xx/board_prop.c 9 10 # Processor Local Bus 11 device plb { [irq = -1] } 12 attach plb at root 13 file arch/powerpc/ibm4xx/dev/plb.c plb 14 15 # On-chip Peripheral Bus 16 device opb {[addr = -1], [irq = -1]} 17 attach opb at plb 18 file arch/powerpc/ibm4xx/dev/opb.c opb 19 20 device cpu {} 21 attach cpu at plb 22 file arch/powerpc/ibm4xx/cpu.c 23 24 device ecc 25 attach ecc at plb with ecc_plb 26 file arch/powerpc/ibm4xx/dev/ecc_plb.c ecc_plb 27 28 # On-chip com device(s) 29 attach com at opb with com_opb 30 file arch/powerpc/ibm4xx/dev/com_opb.c com_opb 31 32 # On-chip GPIO controller 33 device opbgpio: gpiobus 34 attach opbgpio at opb 35 file arch/powerpc/ibm4xx/dev/gpio_opb.c opbgpio 36 37 # On-chip ethernet device(s) 38 device emac: ether, ifnet, arp, mii 39 attach emac at opb 40 file arch/powerpc/ibm4xx/dev/if_emac.c emac 41 42 # Watchdog timer 43 device wdog: sysmon_wdog 44 attach wdog at opb 45 file arch/powerpc/ibm4xx/dev/wdog.c wdog 46