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