PANDABOARD revision 302915
1#
2# PANDABOARD -- Custom configuration for the PandaBoard ARM development
3# platform, check out www.pandaboard.org
4#
5# For more information on this file, please read the config(5) manual page,
6# and/or the handbook section on Kernel Configuration Files:
7#
8#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check first
18# in NOTES.
19#
20# $FreeBSD: stable/11/sys/arm/conf/PANDABOARD 302915 2016-07-15 21:30:19Z ian $
21
22ident		PANDABOARD
23
24# This probably wants to move somewhere else.  Maybe we can create a basic
25# OMAP4340 config, then make a PANDABOARD config that includes the basic one,
26# adds the start addresses and custom devices plus pulls in this hints file.
27
28hints		"PANDABOARD.hints"
29
30include 	"std.armv6"
31include 	"../ti/omap4/pandaboard/std.pandaboard"
32
33options 	HZ=100
34options 	SCHED_ULE		# ULE scheduler
35options 	PLATFORM
36options 	SMP			# Enable multiple cores
37
38# NFS root from boopt/dhcp
39#options 	BOOTP
40#options 	BOOTP_NFSROOT
41#options 	BOOTP_COMPAT
42#options 	BOOTP_NFSV3
43#options 	BOOTP_WIRED_TO=ue0
44
45device		fdt_pinctrl
46# Interrupt controller
47device		gic
48options 	INTRNG
49
50# ARM MPCore timer
51device		mpcore_timer
52
53# MMC/SD/SDIO Card slot support
54device		mmc			# mmc/sd bus
55device		mmcsd			# mmc/sd flash cards
56device		sdhci			# mmc/sd host controller
57
58# I2C support
59device		iicbus
60device		iic
61device		ti_i2c
62
63# Console and misc
64device		uart
65device		uart_ns8250
66device		pty
67device		snp
68device		md
69device		random			# Entropy device
70device		pl310			# PL310 L2 cache controller
71
72# GPIO
73device		gpio
74device		gpioled
75
76# The following enables MFS as root, this seems similar to an initramfs or initrd
77# as used in Linux.
78#options 	MD_ROOT
79#options 	MD_ROOT_SIZE=7560
80
81
82
83# USB support
84device		usb
85options 	USB_HOST_ALIGN=64	# Align usb buffers to cache line size.
86device		ohci
87device		ehci
88device		umass
89device		scbus			# SCSI bus (required for ATA/SCSI)
90device		da			# Direct Access (disks)
91
92# Ethernet
93device		loop
94device		ether
95device		mii
96device		smc
97device		smcphy
98device		bpf
99
100# USB Ethernet support, requires miibus
101device		miibus
102#device		axe			# ASIX Electronics USB Ethernet
103device		smsc			# SMSC LAN95xx USB Ethernet
104
105
106# OMAP-specific devices
107device		ti_sdma
108device		twl
109device		twl_vreg
110device		twl_clks
111
112# Flattened Device Tree
113options 	FDT			# Configure using FDT/DTB data
114options 	FDT_DTB_STATIC
115makeoptions	FDT_DTS_FILE=pandaboard.dts
116