#	$NetBSD: TI,v 1.6 2018/11/21 08:37:06 skrll Exp $
#

include "arch/evbarm/conf/std.ti"
include "arch/evbarm/conf/GENERIC.common"

options VERBOSE_INIT_ARM
options	CONSADDR=0x44e09000

makeoptions     DTS="
	am335x-bone.dts
	am335x-boneblack.dts
	am335x-boneblack-wireless.dts
	am335x-bonegreen.dts
	am335x-bonegreen-wireless.dts
"

makeoptions	DEBUG="-g"      # compile full symbol table
makeoptions	COPY_SYMTAB=1

#options 	DIAGNOSTIC
#options 	DEBUG
options  	LOCKDEBUG

options 	CPU_CORTEXA8

options 	OMAP_SYSTEM_CLOCK_FREQ="48000000UL"

config		netbsd	root on ? type ?

armfdt0	 	at root
simplebus*	at fdt? pass 0

cpus*           at fdt? pass 0
cpu*            at fdt? pass 0

am3prcm*	at fdt? pass 1

com*		at fdt?

omapintc* 	at fdt? pass 2
omaptimer*	at fdt?

fregulator*     at fdt?
gpioleds*       at fdt?

cpsw*		at fdt?
ukphy*		at mii?

cinclude "arch/evbarm/conf/TI.local"
