xref: /netbsd-src/sys/arch/powerpc/conf/files.booke (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1#	$NetBSD: files.booke,v 1.1 2010/03/09 22:35:50 matt Exp $
2#
3# PPC BookE specific configuration info
4
5#include "arch/powerpc/fpu/files.fpu"
6
7# Board Properties
8file	arch/powerpc/booke/board_prop.c
9
10# Processor Local Bus
11#device	cpuchip {[device = -1], [core = -1]}: gpiobus
12device	cpuchip {}: gpiobus
13attach	cpuchip at root
14file	arch/powerpc/booke/dev/cpuchip.c	cpuchip
15file	arch/powerpc/booke/dev/gpio.c		gpio
16
17# On-chip Peripheral Bus
18device	obio {[addr = -1], [irq = -1]}
19attach	obio at cpuchip
20file	arch/powerpc/booke/dev/obio.c		obio
21
22device	cpu {}
23attach	cpu at cpuchip
24file	arch/powerpc/booke/cpu.c
25
26device	ecc
27attach	ecc at cpuchip with ecc_cpuchip
28file	arch/powerpc/booke/dev/ecc_cpuchip.c	ecc_cpuchip
29
30# On-chip com device(s)
31attach	com at cpuchip with com_cpuchip
32file	arch/powerpc/booke/dev/com_cpuchip.c	com_cpuchip
33
34# On-chip ethernet device(s)
35device	estec: ether, ifnet, arp, mii
36attach	estec at cpuchip
37file	arch/powerpc/booke/dev/if_etsec.c	etsec
38
39# Watchdog timer
40device	wdog: sysmon_wdog
41attach	wdog at cpuchip
42file	arch/powerpc/booke/dev/wdog.c		wdog
43