]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/PANDABOARD
gnu/dts: Update our copy of arm dts from Linux 4.16
[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 #    https://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 (https://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.armv7"
31 include         "../ti/omap4/std.omap4"
32
33 makeoptions     MODULES_EXTRA=dtb/omap4
34
35 options         SCHED_ULE               # ULE scheduler
36 options         PLATFORM
37 options         SMP                     # Enable multiple cores
38
39 # NFS root from boopt/dhcp
40 #options        BOOTP
41 #options        BOOTP_NFSROOT
42 #options        BOOTP_COMPAT
43 #options        BOOTP_NFSV3
44 #options        BOOTP_WIRED_TO=ue0
45
46 device          fdt_pinctrl
47 # Interrupt controller
48 device          gic
49 options         INTRNG
50
51 # ARM MPCore timer
52 device          mpcore_timer
53
54 # MMC/SD/SDIO Card slot support
55 device          mmc                     # mmc/sd bus
56 device          mmcsd                   # mmc/sd flash cards
57 device          sdhci                   # mmc/sd host controller
58
59 # I2C support
60 device          iicbus
61 device          iic
62 device          ti_i2c
63
64 # Console and misc
65 device          uart
66 device          uart_ns8250
67 device          pty
68 device          snp
69 device          md
70 device          random                  # Entropy device
71 device          pl310                   # PL310 L2 cache controller
72
73 # GPIO
74 device          gpio
75 device          gpioled
76
77 # The following enables MFS as root, this seems similar to an initramfs or initrd
78 # as used in Linux.
79 #options        MD_ROOT
80 #options        MD_ROOT_SIZE=7560
81
82
83
84 # USB support
85 device          usb
86 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
87 device          ohci
88 device          ehci
89 device          umass
90 device          scbus                   # SCSI bus (required for ATA/SCSI)
91 device          da                      # Direct Access (disks)
92
93 # Ethernet
94 device          loop
95 device          ether
96 device          mii
97 device          smc
98 device          smcphy
99 device          bpf
100
101 # USB Ethernet support, requires miibus
102 device          miibus
103 #device         axe                     # ASIX Electronics USB Ethernet
104 device          smsc                    # SMSC LAN95xx USB Ethernet
105
106
107 # OMAP-specific devices
108 device          ti_sdma
109 device          twl
110 device          twl_vreg
111 device          twl_clks
112
113 # Flattened Device Tree
114 options         FDT                     # Configure using FDT/DTB data
115 options         FDT_DTB_STATIC
116 makeoptions     FDT_DTS_FILE=pandaboard.dts