]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/PANDABOARD
MFC r302502, r302505:
[FreeBSD/FreeBSD.git] / sys / arm / conf / PANDABOARD
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$
21
22 ident           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
28 hints           "PANDABOARD.hints"
29
30 include         "std.armv6"
31 include         "../ti/omap4/pandaboard/std.pandaboard"
32
33 options         HZ=100
34 options         SCHED_ULE               # ULE scheduler
35 options         PLATFORM
36 options         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
45 device          fdt_pinctrl
46 # Interrupt controller
47 device          gic
48 options         INTRNG
49
50 # ARM MPCore timer
51 device          mpcore_timer
52
53 # MMC/SD/SDIO Card slot support
54 device          mmc                     # mmc/sd bus
55 device          mmcsd                   # mmc/sd flash cards
56 device          sdhci                   # mmc/sd host controller
57
58 # I2C support
59 device          iicbus
60 device          iic
61 device          ti_i2c
62
63 # Console and misc
64 device          uart
65 device          uart_ns8250
66 device          pty
67 device          snp
68 device          md
69 device          random                  # Entropy device
70 device          pl310                   # PL310 L2 cache controller
71
72 # GPIO
73 device          gpio
74 device          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
84 device          usb
85 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
86 device          ohci
87 device          ehci
88 device          umass
89 device          scbus                   # SCSI bus (required for ATA/SCSI)
90 device          da                      # Direct Access (disks)
91
92 # Ethernet
93 device          loop
94 device          ether
95 device          mii
96 device          smc
97 device          smcphy
98 device          bpf
99
100 # USB Ethernet support, requires miibus
101 device          miibus
102 #device         axe                     # ASIX Electronics USB Ethernet
103 device          smsc                    # SMSC LAN95xx USB Ethernet
104
105
106 # OMAP-specific devices
107 device          ti_sdma
108 device          twl
109 device          twl_vreg
110 device          twl_clks
111
112 # Flattened Device Tree
113 options         FDT                     # Configure using FDT/DTB data
114 options         FDT_DTB_STATIC
115 makeoptions     FDT_DTS_FILE=pandaboard.dts