files.booke revision 1.1
11.1Smatt#	$NetBSD: files.booke,v 1.1 2010/03/09 22:35:50 matt Exp $
21.1Smatt#
31.1Smatt# PPC BookE specific configuration info
41.1Smatt
51.1Smatt#include "arch/powerpc/fpu/files.fpu"
61.1Smatt
71.1Smatt# Board Properties
81.1Smattfile	arch/powerpc/booke/board_prop.c
91.1Smatt
101.1Smatt# Processor Local Bus
111.1Smatt#device	cpuchip {[device = -1], [core = -1]}: gpiobus
121.1Smattdevice	cpuchip {}: gpiobus
131.1Smattattach	cpuchip at root
141.1Smattfile	arch/powerpc/booke/dev/cpuchip.c	cpuchip
151.1Smattfile	arch/powerpc/booke/dev/gpio.c		gpio
161.1Smatt
171.1Smatt# On-chip Peripheral Bus
181.1Smattdevice	obio {[addr = -1], [irq = -1]}
191.1Smattattach	obio at cpuchip
201.1Smattfile	arch/powerpc/booke/dev/obio.c		obio
211.1Smatt
221.1Smattdevice	cpu {}
231.1Smattattach	cpu at cpuchip
241.1Smattfile	arch/powerpc/booke/cpu.c
251.1Smatt
261.1Smattdevice	ecc
271.1Smattattach	ecc at cpuchip with ecc_cpuchip
281.1Smattfile	arch/powerpc/booke/dev/ecc_cpuchip.c	ecc_cpuchip
291.1Smatt
301.1Smatt# On-chip com device(s)
311.1Smattattach	com at cpuchip with com_cpuchip
321.1Smattfile	arch/powerpc/booke/dev/com_cpuchip.c	com_cpuchip
331.1Smatt
341.1Smatt# On-chip ethernet device(s)
351.1Smattdevice	estec: ether, ifnet, arp, mii
361.1Smattattach	estec at cpuchip
371.1Smattfile	arch/powerpc/booke/dev/if_etsec.c	etsec
381.1Smatt
391.1Smatt# Watchdog timer
401.1Smattdevice	wdog: sysmon_wdog
411.1Smattattach	wdog at cpuchip
421.1Smattfile	arch/powerpc/booke/dev/wdog.c		wdog
43