COMPUTEX7750 revision 1.21
11.21Satatat#	$NetBSD: COMPUTEX7750,v 1.21 2004/07/15 03:53:46 atatat Exp $
21.1Smsaitoh#
31.1Smsaitoh#	GENERIC -- everything that's currently supported
41.1Smsaitoh#
51.1Smsaitoh
61.8Sitojun# for big endian
71.8Sitojuninclude "arch/evbsh3/conf/std.evbsh3.eb"
81.8Sitojun# for little endian
91.8Sitojun#include "arch/evbsh3/conf/std.evbsh3.el"
101.17Satatat
111.17Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
121.1Smsaitoh
131.1Smsaitoh# Enable the hooks used for initializing the root memory-disk.
141.1Smsaitohoptions 	MEMORY_DISK_HOOKS
151.1Smsaitohoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
161.1Smsaitohoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
171.14Slukemoptions 	MEMORY_DISK_ROOT_SIZE=2880	# size of memory disk, in blocks
181.1Smsaitoh
191.1Smsaitohmaxusers	16		# estimated number of users
201.1Smsaitoh
211.1Smsaitoh# CPU support
221.1Smsaitohoptions 	SH7750
231.9Slukemoptions 	SH4
241.9Slukemoptions 	PCLOCK=33333300			# 33.3333MHz
251.9Slukemoptions 	IOM_ROM_BEGIN=0x00000000
261.9Slukemoptions 	IOM_ROM_SIZE=0x00100000		# 1MB
271.18Suchoptions 	IOM_RAM_BEGIN=0x0c000000
281.9Slukemoptions 	IOM_RAM_SIZE=0x02000000		# 32MB
291.9Slukem
301.9Slukemoptions 	BSC_BCR1_VAL	=0x0000000c
311.9Slukemoptions 	BSC_BCR2_VAL	=0xff34
321.9Slukemoptions 	BSC_WCR1_VAL	=0x07770777
331.9Slukemoptions 	BSC_WCR2_VAL	=0xffff4e27
341.9Slukemoptions 	BSC_WCR3_VAL	=0x07777777
351.9Slukem#options 	BSC_MCR_VAL	=0xc0010014
361.9Slukemoptions 	BSC_MCR_VAL	=0x80010014
371.9Slukem#options 	BSC_PCR_VAL	=0x08eb
381.9Slukemoptions 	BSC_RTCSR_VAL	=0xa508
391.9Slukem#options 	BSC_RTCNT_VAL	=0xa500
401.9Slukemoptions 	BSC_RTCOR_VAL	=0xa582
411.9Slukem#options 	BSC_RFCR_VAL	=0xa400
421.9Slukemoptions 	FRQCR_VAL	=0x0e23
431.9Slukemoptions 	BSC_SDMR3_VAL	=0xff940110
441.1Smsaitoh
451.9Slukemoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
461.1Smsaitohoptions 	HZ=64		# clock interrupt generates every 1/HZ sec
471.20Slukemoptions 	USERCONF	# userconf(4) support
481.21Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
491.1Smsaitoh
501.1Smsaitoh# Compatibility options
511.1Smsaitohoptions 	COMPAT_43	# and 4.3BSD
521.1Smsaitoh
531.1Smsaitoh# Executable format options
541.1Smsaitohoptions 	EXEC_COFF	# COFF executables
551.1Smsaitoh
561.1Smsaitoh# File systems
571.1Smsaitohfile-system 	FFS		# UFS
581.1Smsaitoh
591.1Smsaitoh# Kernel root file system and dump configuration.
601.13Suchconfig		netbsd	root on ? type ?
611.1Smsaitoh
621.1Smsaitoh#
631.1Smsaitoh# Device configuration
641.1Smsaitoh#
651.1Smsaitohmainbus0 at root
661.1Smsaitohshb*	at mainbus?
671.1Smsaitoh
681.1Smsaitoh# Serial Devices
691.1Smsaitoh
701.9Slukemoptions 	SCICONSOLE,SCICN_SPEED=115200
711.13Suchsci0 at shb?
721.1Smsaitoh
731.1Smsaitohpseudo-device	md		1	# memory disk device (ramdisk)
741.19Slukempseudo-device	clockctl		# user control of clock subsystem
75