CQREEKSH3 revision 1.22
11.22Slukem#	$NetBSD: CQREEKSH3,v 1.22 2002/06/17 05:14:09 lukem Exp $
21.1Sitojun#
31.1Sitojun#	GENERIC -- everything that's currently supported
41.1Sitojun#
51.1Sitojun
61.10Sitojun# for big endian
71.10Sitojuninclude "arch/evbsh3/conf/std.evbsh3.eb"
81.10Sitojun# for little endian
91.10Sitojun#include "arch/evbsh3/conf/std.evbsh3.el"
101.20Satatat
111.20Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
121.1Sitojun
131.1Sitojun# Enable the hooks used for initializing the root memory-disk.
141.1Sitojunoptions 	MEMORY_DISK_HOOKS
151.1Sitojunoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
161.1Sitojunoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
171.18Slukemoptions 	MEMORY_DISK_ROOT_SIZE=2400	# size of memory disk, in blocks
181.1Sitojun
191.13Slukemoptions 	ROMIMAGE
201.1Sitojun
211.1Sitojunmaxusers	32		# estimated number of users
221.1Sitojun
231.1Sitojun# CPU support.  At least one is REQUIRED.
241.15Suchoptions		SH3
251.13Slukemoptions 	SH7708		# 100MHz
261.13Slukemoptions 	PCLOCK=15000000		# 15.000MHz
271.13Slukemoptions 	IOM_ROM_BEGIN=0x00000000
281.13Slukemoptions 	IOM_ROM_SIZE=0x00200000	# 2MB
291.21Suchoptions 	IOM_RAM_BEGIN=0x0c000000
301.13Slukemoptions 	IOM_RAM_SIZE=0x00400000	# 4MB
311.13Slukemoptions 	LED_ADDR=0xa8000000
321.13Slukem
331.13Slukemoptions 	BSC_BCR1_VAL	=0x0010
341.13Slukemoptions 	BSC_BCR2_VAL	=0x3ddc
351.13Slukemoptions 	BSC_WCR1_VAL	=0x2aaa
361.13Slukemoptions 	BSC_WCR2_VAL	=0x0246
371.13Slukemoptions 	BSC_MCR_VAL	=0x0074
381.13Slukemoptions 	BSC_RTCSR_VAL	=0xa510
391.13Slukemoptions 	BSC_RTCNT_VAL	=0xa500	# XXX
401.13Slukemoptions 	BSC_RTCOR_VAL	=0xa53a
411.13Slukemoptions 	FRQCR_VAL	=0x0102
421.1Sitojun
431.13Slukemoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
441.19Sgmcgarry#options 	USERCONF	# userconf(4) support
451.1Sitojun
461.1Sitojun# Compatibility options
471.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
481.1Sitojun
491.1Sitojun# Executable format options
501.5Smsaitohoptions 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
511.1Sitojun
521.1Sitojun# File systems
531.1Sitojunfile-system 	FFS		# UFS
541.1Sitojun
551.1Sitojun# Kernel root file system and dump configuration.
561.1Sitojunconfig		netbsd	root on ? type ?
571.1Sitojun
581.1Sitojun#
591.1Sitojun# Device configuration
601.1Sitojun#
611.1Sitojunmainbus0 at root
621.1Sitojunshb* at mainbus?
631.17Suchwdog0 at shb?
641.13Slukemoptions 	SCICONSOLE,SCICN_SPEED=38400
651.17Suchsci0 at shb?
661.1Sitojun
671.1Sitojun# Pseudo-Devices
681.1Sitojunpseudo-device	md		1	# memory disk device (ramdisk)
691.9Sjdolecekpseudo-device	pty			# pseudo-terminals
701.22Slukempseudo-device	clockctl		# user control of clock subsystem
71