summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/MT7621_FDT
blob: 848df0578c626015ea6f8a28ad0e40d3c6a560c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# MT7621_FDT -- Kernel configuration file for FreeBSD/MIPS MT7621 SoC
#
# This includes all the configurable parts of the kernel.
#
# $FreeBSD$
#

#NO_UNIVERSE

#
# FDT_DTS_FILE should be modified to suit the target board type.
#
#makeoptions 	FDT_DTS_FILE=WITI.dts

# Start with a base configuration
include 	"../mediatek/std.mediatek"

ident 		MT7621
cpu 		CPU_MIPS1004K

# Don't build any modules by default
makeoptions 	MODULES_OVERRIDE=""

# Default rootfs device configuration, should be changed to suit target board
options 	ROOTDEVNAME=\"ufs:md0.uzip\"

# Support geom_uzip(4) compressed disk images
device 		geom_uzip
options 	GEOM_UZIP

# Support md(4) and md-based rootfs
device 		md
options 	MD_ROOT

# Interrupt controller support
device 		mtk_intr_gic

# UART device support is compiled in when uart_ns8250 is selected (default)

# SPI and SPI flash support
device 		mtk_spi_v2
device 		spibus
device 		mx25l

# GPIO and gpioled support
device 		mtk_gpio_v2
device 		gpio
device 		gpioled

# PCI support
device 		pci

# USB (ehci, ohci) support
device 		usb
device 		xhci

# USB umass(4) storage and da(4) support
device 		umass
device 		da

# CAM support, required if umass(4) is enabled above
device 		pass
device 		scbus

# Ethernet, BPF and bridge support
device 		rt
device 		bpf
device 		if_bridge

# Extres
device 		ext_resources
device 		clk
OpenPOWER on IntegriCloud