1#       $NetBSD$
2#
3# standard NetBSD/evbsh3 for SH7706LAN options
4
5# Pull in SH7706LAN config definitions.
6include "arch/evbsh3/conf/files.t_sh7706lan"
7
8options 	EXEC_COFF
9
10options 	SH3
11options 	SH7706			# 132MHz
12options 	PCLOCK=32000000		# 32.000MHz
13
14options 	IOM_ROM_BEGIN=0x00000000
15options 	IOM_ROM_SIZE=0x00080000 # 512KiB
16options 	IOM_RAM_BEGIN=0x0c000000
17options 	IOM_RAM_SIZE=0x02000000 # 32MiB
18
19options 	DONT_INIT_BSC
20#options 	BSC_BCR1_VAL=0x7808
21#options 	BSC_BCR2_VAL=0x2980
22#options 	BSC_WCR1_VAL=0x3ff3
23#options 	BSC_WCR2_VAL=0xffff
24#options 	BSC_MCR_VAL=0x526c
25#options 	BSC_RTCSR_VAL=0x000c
26#options 	BSC_RTCOR_VAL=0x0040
27#options 	FRQCR_VAL=0x0101
28
29options 	EVBSH3_BOARDTYPE=t_sh7706lan
30makeoptions	BOARDTYPE="t_sh7706lan"
31makeoptions	BOARDMKFRAG="${THISSH3}/conf/mk.t_sh7706lan"
32