SMDK2410 revision 1.49
1#	$NetBSD: SMDK2410,v 1.49 2012/09/11 19:43:10 msaitoh Exp $
2#
3#	SMDK2410 -- Samsung's S3C2410 evaluation board.
4#
5
6include	"arch/evbarm/conf/std.smdk2410"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10# Enable the hooks used for initializing the root memory-disk.
11#options 	MEMORY_DISK_HOOKS
12#options 	MEMORY_DISK_DYNAMIC
13#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
14#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
15#options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
16#options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
17
18# estimated number of users
19
20maxusers	32
21
22# Standard system options
23
24options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
25options 	NTP		# NTP phase/frequency locked loop
26
27# CPU options
28
29options 	CPU_ARM9	# Support the ARM9TDMI core
30makeoptions	CPUFLAGS="-march=armv4"
31#options 	ARM9_CACHE_WRITE_THROUGH
32
33# Architecture options
34
35options 	S3C2XX0_XTAL_CLK=12000000     # 12MHz Xtal
36# CPU clock configuration: comma separated list of
37#                          hdivn, pdivn, mdiv, pdiv, sdiv
38options 	SMDK2XX0_CLOCK_CONFIG="1,1,0x5c,4,0"	# to get 200MHz
39
40# File systems
41
42file-system	FFS		# UFS
43#file-system	LFS		# log-structured file system
44file-system	MFS		# memory file system
45file-system	NFS		# Network file system
46#file-system 	ADOSFS		# AmigaDOS-compatible file system
47#file-system 	EXT2FS		# second extended file system (linux)
48file-system	CD9660		# ISO 9660 + Rock Ridge file system
49file-system	MSDOSFS		# MS-DOS file system
50#file-system	FDESC		# /dev/fd
51file-system	KERNFS		# /kern
52#file-system	NULLFS		# loopback file system
53file-system	PROCFS		# /proc
54#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
55#file-system	UMAPFS		# NULLFS + uid and gid remapping
56#file-system	UNION		# union file system
57file-system	PTYFS		# /dev/pts/N support
58
59# File system options
60#options 	QUOTA		# legacy UFS quotas
61#options 	QUOTA2		# new, in-filesystem UFS quotas
62#options 	FFS_EI		# FFS Endian Independent support
63#options 	NFSSERVER
64options 	WAPBL		# File system journaling support
65#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
66
67# Networking options
68
69options 	GATEWAY		# packet forwarding
70options 	INET		# IP + ICMP + TCP + UDP
71options 	INET6		# IPV6
72#options 	IPSEC		# IP security
73#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
74#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
75#options 	IPSEC_DEBUG	# debug for IP security
76#options 	MROUTING	# IP multicast routing
77#options 	PIM		# Protocol Independent Multicast
78#options 	ISO,TPIP	# OSI
79#options 	EON		# OSI tunneling over IP
80#options 	NETATALK	# AppleTalk networking
81#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
82#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
83#options 	PPP_DEFLATE	# Deflate compression support for PPP
84#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
85#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
86
87# These options enable verbose messages for several subsystems.
88# Warning, these may compile large string tables into the kernel!
89#options 	MIIVERBOSE	# verbose PHY autoconfig messages
90#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
91#options 	SCSIVERBOSE	# human readable SCSI error messages
92options 	USBVERBOSE	# verbose USB device autoconfig messages
93
94options 	NFS_BOOT_BOOTP
95options 	NFS_BOOT_DHCP
96options 	NFS_BOOT_BOOTPARAM
97
98# Compatibility options
99
100#options 	COMPAT_43	# 4.3BSD compatibility.
101options 	COMPAT_50	# NetBSD 5.0 compatibility.
102options 	COMPAT_40	# NetBSD 4.0 compatibility.
103options 	COMPAT_30	# NetBSD 3.0 compatibility.
104options 	COMPAT_20	# NetBSD 2.0 compatibility.
105options 	COMPAT_16	# NetBSD 1.6 compatibility.
106#options 	COMPAT_15	# NetBSD 1.5 compatibility.
107#options 	COMPAT_14	# NetBSD 1.4 compatibility.
108#options 	COMPAT_13	# NetBSD 1.3 compatibility.
109#options 	COMPAT_12	# NetBSD 1.2 compatibility.
110#options 	COMPAT_11	# NetBSD 1.1 compatibility.
111#options 	COMPAT_10	# NetBSD 1.0 compatibility.
112#options 	COMPAT_09	# NetBSD 0.9 compatibility.
113#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
114options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
115
116# Shared memory options
117
118options 	SYSVMSG		# System V-like message queues
119options 	SYSVSEM		# System V-like semaphores
120options 	SYSVSHM		# System V-like memory sharing
121
122# Miscellaneous kernel options
123options 	KTRACE		# system call tracing, a la ktrace(1)
124#XXX: options 	IRQSTATS	# manage IRQ statistics
125#options 	KMEMSTATS	# kernel memory statistics
126options 	SCSIVERBOSE	# Verbose SCSI errors
127options 	PCIVERBOSE	# Verbose PCI descriptions
128options 	MIIVERBOSE	# Verbose MII autoconfuration messages
129#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
130options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to
131					# configure PCI devices
132#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
133#options 	PCI_DEBUG
134options 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
135options 	USERCONF	# userconf(4) support
136#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
137#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
138
139# Development and Debugging options
140
141#options 	ARM700BUGTRACK	# track the ARM700 swi bug
142#options 	PORTMASTER	# Enable PortMaster only options
143#options 	DIAGNOSTIC	# internal consistency checks
144#options 	PMAP_DEBUG	# Enable pmap_debug_level code
145#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
146#options 	KGDB
147#options  	DEBUG_KGDB
148#options 	DDB		# in-kernel debugger
149#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
150#makeoptions	DEBUG="-g"	# compile full symbol table
151config		netbsd	root on ? type ?
152
153# The main bus device
154mainbus0	at root
155
156# The boot CPU
157cpu0		at mainbus?
158
159# Core logic on Samsung S3C2410
160ssio0	at mainbus?
161ssextio0 at ssio0
162
163# integrated UART
164sscom0	at ssio? index 0
165sscom1	at ssio? index 1
166#sscom2	at ssio? index 2
167options 	SSCOM0CONSOLE
168#options 	SSCOM1CONSOLE
169options CONSPEED=115200
170options KGDB_DEVNAME="\"sscom1\""   # sscom0 or sscom1
171options KGDB_DEVRATE=115200
172
173# LCD
174#device-major	lcd	char 145
175lcd0		at ssio?
176wsdisplay*	at lcd? console ?
177options 	WSEMUL_VT100		# VT100 / VT220 emulation
178options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
179options 	FONT_VT220L8x16
180options 	FONT_VT220L8x10
181#options 	LCD_DEBUG
182
183# SPI port
184#ssspi0	at ssio? index 0
185ssspi1	at ssio? index 1
186
187# on-board keyboard controller (Semtech SPICoder-SA01) via SPI1
188sskbd0	at ssspi1	intr 1
189wskbd* at sskbd? # console ?
190
191# SCSI bus support
192scsibus* at scsi?
193
194# SCSI devices
195sd*	at scsibus? target ? lun ?	# SCSI disk drives
196st*	at scsibus? target ? lun ?	# SCSI tape drives
197cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
198ch*	at scsibus? target ? lun ?	# SCSI autochangers
199ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
200ss*	at scsibus? target ? lun ?	# SCSI scanners
201uk*	at scsibus? target ? lun ?	# SCSI unknown
202
203# ATAPI bus support
204atapibus* at atapi?
205
206# ATAPI devices
207# flags have the same meaning as for IDE drives.
208cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
209sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
210st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
211uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
212
213# MIDI support
214midi*	at midibus?
215# midi*	at pcppi?		# MIDI interface to the PC speaker
216
217# Audio support
218audio*	at audiobus?
219
220# on-board CS8900A Ethernet
221cs*	at ssextio? intr 9 addr 0x18000000
222# set MAC address to on-board CS8900A.
223options	SMDK24X0_ETHER_ADDR_FIXED="0,0x0a,0xb1,0,1,0xff"
224
225# built-in OHCI USB controller
226ohci0	at ssio? addr 0x49000000 intr 26
227options 	OHCI_DEBUG
228
229usb*	at ohci0
230
231# USB Hubs
232uhub*	at usb?
233uhub*	at uhub? port ?
234
235# USB HID device
236uhidev*	at uhub? port ? configuration ? interface ?
237
238# USB Mice
239ums*	at uhidev? reportid ?
240wsmouse* at ums? mux 0
241
242# USB Keyboards
243ukbd*	at uhidev? reportid ?
244wskbd*	at ukbd? console ? mux 1
245
246# USB serial adapter
247ucycom*	at uhidev? reportid ?
248
249# USB Generic HID devices
250uhid*	at uhidev? reportid ?
251
252# USB Printer
253ulpt*	at uhub? port ? configuration ? interface ?
254
255# USB Modem
256umodem*	at uhub? port ? configuration ?
257ucom*	at umodem?
258
259# Option N.V. Wireless WAN modems
260uhso*	at uhub? port ? configuration ?
261
262# USB Mass Storage
263umass*	at uhub? port ? configuration ? interface ?
264wd* at umass?
265
266# USB audio
267uaudio*	at uhub? port ? configuration ?
268
269# USB MIDI
270umidi* at uhub? port ? configuration ?
271
272# USB IrDA
273# USB-IrDA bridge spec
274uirda* at uhub? port ? configuration ? interface ?
275irframe* at uirda?
276
277# SigmaTel STIr4200 USB/IrDA Bridge
278ustir* at uhub? port ?
279irframe* at ustir?
280
281# USB Ethernet adapters
282aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
283axe*	at uhub? port ?		# ASIX AX88172 based adapters
284cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
285kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
286url*	at uhub? port ?		# Realtek RTL8150L based adapters
287
288# Prolific PL2301/PL2302 host-to-host adapter
289upl*	at uhub? port ?
290
291# Serial adapters
292ubsa*	at uhub? port ?		# Belkin serial adapter
293ucom*	at ubsa? portno ?
294
295uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
296ucom*	at uftdi? portno ?
297
298umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
299ucom*	at umct? portno ?
300
301uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
302ucom*	at uplcom? portno ?
303
304uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
305ucom*	at uvscom? portno ?
306
307# Diamond Multimedia Rio 500
308urio*	at uhub? port ?
309
310# USB Handspring Visor
311uvisor*	at uhub? port ?
312ucom*	at uvisor?
313
314# Kyocera AIR-EDGE PHONE
315ukyopon* at uhub? port ?
316ucom*	at ukyopon? portno ?
317
318# USB scanners
319uscanner* at uhub? port ?
320
321# USB scanners that use SCSI emulation, e.g., HP5300
322usscanner* at uhub? port ?
323
324# Y@P firmware loader
325uyap* at uhub? port ?
326
327# D-Link DSB-R100 USB radio
328udsbr*	at uhub? port ?
329radio*	at udsbr?
330
331# USB Generic driver
332ugen*	at uhub? port ?
333
334# Pseudo-Devices
335
336# disk/mass storage pseudo-devices
337#pseudo-device	md			# memory disk device (ramdisk)
338#pseudo-device	vnd			# disk-like interface to files
339#pseudo-device	fss			# file system snapshot device
340#pseudo-device	putter			# for puffs and pud
341
342# network pseudo-devices
343#pseudo-device	bpfilter		# Berkeley packet filter
344pseudo-device	ipfilter		# IP filter (firewall) and NAT
345pseudo-device	loop			# network loopback
346#pseudo-device	ppp			# Point-to-Point Protocol
347#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
348#pseudo-device	sl			# Serial Line IP
349#pseudo-device	strip			# Starmode Radio IP (Metricom)
350#pseudo-device	irframetty		# IrDA frame line discipline
351#pseudo-device	tun			# network tunneling over tty
352#pseudo-device	tap			# virtual Ethernet
353#pseudo-device	gre			# generic L3 over IP tunnel
354#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
355#pseudo-device	faith			# IPv[46] tcp relay translation i/f
356#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
357#pseudo-device	vlan			# IEEE 802.1q encapsulation
358#pseudo-device	bridge			# simple inter-network bridging
359#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
360
361# miscellaneous pseudo-devices
362pseudo-device	pty			# pseudo-terminals
363pseudo-device	clockctl		# user control of clock subsystem
364
365# wscons pseudo-devices
366pseudo-device	wsmux			# mouse & keyboard multiplexor
367#pseudo-device	wsfont
368
369#pseudo-device	ksyms			# /dev/ksyms
370