#
#	Generic
#

machine		PowerPMC230	powerpc		# CPU Architecture, Platform
config		pmon

include "conf/GENERIC_ALL"

#
# Platform options
#
option		POWERPC
option		INET
option		MPC107				# Motorola MPC107 Host-Bridge
#option		PCIVERBOSE=3
option		COM1_FREQ=12288000
option		FLASH_BASED_NVRAM

#
# System Name and Target Name
#
option		TARGETNAME="\"PowerPMC230\""

#
# HAVE options. What tgt level provide
#
#option          HAVE_LOGO               # Has 'splash' logo.
option          HAVE_TOD                # Platform has TOD clock.
option          HAVE_NVENV              # Platform has non-volatile env mem

select		mod_tod_mc146818	# Time-Of-Day clock based on MC146818
select		mod_uart_ns16550	# UART Support for chip based on NS16550

#
#  Now the Machine specification
#
mainbus0        at root
pcibr0		at mainbus0
pci*		at pcibr?
ppb*		at pci? dev ? function ?	# PCI-PCI bridges
pci*		at ppb? bus ?

#### Networking Devices
fxp*            at pci? dev ? function ?        # Intel 82559 Device

#### Media Independent Interface (mii) drivers
inphy*          at mii? phy ?                   # Intel 82555 PHYs

#### IDE controllers
pciide* 	at pci ? dev ? function ? flags 0x0000

#### IDE hard drives
wd*		at pciide? channel ? drive ? flags 0x0000

#### Pseudo devices
pseudo-device	loop	1	# network loopback


