1 1.1 simonb # $NetBSD: files.ibm4xx,v 1.1 2002/08/13 05:29:25 simonb 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.1 simonb # Processor Local Bus 8 1.1 simonb define plb {} 9 1.1 simonb device plb : plb 10 1.1 simonb attach plb at root 11 1.1 simonb file arch/powerpc/ibm4xx/dev/plb.c plb 12 1.1 simonb 13 1.1 simonb # On-chip Peripheral Bus 14 1.1 simonb define opb {[addr=-1], [irq=-1]} 15 1.1 simonb device opb : plb 16 1.1 simonb attach opb at plb 17 1.1 simonb file arch/powerpc/ibm4xx/dev/opb.c opb 18 1.1 simonb 19 1.1 simonb device cpu {} 20 1.1 simonb attach cpu at plb 21 1.1 simonb file arch/powerpc/ibm4xx/cpu.c 22 1.1 simonb 23 1.1 simonb # On-chip com device(s) 24 1.1 simonb attach com at opb with com_opb 25 1.1 simonb file arch/powerpc/ibm4xx/dev/com_opb.c com_opb 26 1.1 simonb 27 1.1 simonb # On-chip ethernet device(s) 28 1.1 simonb device emac: ether, ifnet, arp, mii 29 1.1 simonb attach emac at opb 30 1.1 simonb file arch/powerpc/ibm4xx/dev/if_emac.c emac 31 1.1 simonb 32 1.1 simonb # Watchdog timer 33 1.1 simonb device wdog: sysmon_wdog 34 1.1 simonb attach wdog at opb 35 1.1 simonb file arch/powerpc/ibm4xx/dev/wdog.c wdog 36