xref: /netbsd-src/sys/arch/powerpc/conf/files.ibm4xx (revision 08c81a9c2dc8c7300e893321eb65c0925d60871c)
1#	$NetBSD: files.ibm4xx,v 1.2 2002/08/23 15:01:07 scw Exp $
2#
3# IBM 4xx specific configuration info
4
5include "arch/powerpc/fpu/files.fpu"
6
7# Processor Local Bus
8define	plb { [irq=-1] }
9device	plb : plb
10attach	plb at root
11file	arch/powerpc/ibm4xx/dev/plb.c		plb
12
13# On-chip Peripheral Bus
14define	opb {[addr=-1], [irq=-1]}
15device	opb : plb
16attach	opb at plb
17file	arch/powerpc/ibm4xx/dev/opb.c		opb
18
19device	cpu {}
20attach	cpu at plb
21file	arch/powerpc/ibm4xx/cpu.c
22
23device	ecc
24attach	ecc at plb with ecc_plb
25file	arch/powerpc/ibm4xx/dev/ecc_plb.c	ecc_plb
26
27# On-chip com device(s)
28attach	com at opb with com_opb
29file	arch/powerpc/ibm4xx/dev/com_opb.c	com_opb
30
31# On-chip ethernet device(s)
32device	emac: ether, ifnet, arp, mii
33attach	emac at opb
34file	arch/powerpc/ibm4xx/dev/if_emac.c	emac
35
36# Watchdog timer
37device	wdog: sysmon_wdog
38attach	wdog at opb
39file	arch/powerpc/ibm4xx/dev/wdog.c		wdog
40