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