GENERIC64 revision 1.190
1#
2#	$NetBSD: GENERIC64,v 1.190 2022/01/03 17:19:41 jmcneill Exp $
3#
4#	GENERIC ARM (aarch64) kernel
5#
6
7include	"arch/evbarm/conf/std.generic64"
8include "arch/evbarm/conf/files.generic64"
9include	"arch/evbarm/conf/GENERIC.common"
10
11maxusers	64
12
13options 	CPU_CORTEX
14options 	CPU_THUNDERX
15options 	SOC_APPLE
16options 	SOC_BCM2837
17options 	SOC_MESONG12
18options 	SOC_MESONGXBB
19options 	SOC_MESONGXL
20options 	SOC_RK3328
21options 	SOC_RK3399
22options 	SOC_SUN50I_A64
23options 	SOC_SUN50I_H5
24options 	SOC_SUN50I_H6
25options 	SOC_TEGRA210
26options 	SOC_VIRT
27options 	MULTIPROCESSOR
28
29pseudo-device 	openfirm	# /dev/openfirm
30
31#options 	DIAGNOSTIC	# internal consistency checks
32#options 	DEBUG
33#options 	LOCKDEBUG
34#options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
35options 	INCLUDE_CONFIG_FILE
36#options 	UVMHIST		# kernhist for uvm/pmap subsystems
37#options 	UVMHIST_PRINT,KERNHIST_DELAY=0
38#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
39
40# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
41#options 	EARLYCONS=bcm2837, CONSADDR=0x3f215040
42#options 	EARLYCONS=bcm2711, CONSADDR=0xfe215040
43#options 	EARLYCONS=meson, CONSADDR=0xc81004c0
44#options 	EARLYCONS=rk3328, CONSADDR=0xff130000
45#options 	EARLYCONS=rk3399, CONSADDR=0xff1a0000
46#options 	EARLYCONS=sunxi, CONSADDR=0x01c28000
47#options 	EARLYCONS=tegra, CONSADDR=0x70006000
48#options 	EARLYCONS=thunderx, CONSADDR=0x87e024000000
49#options 	EARLYCONS=virt, CONSADDR=0x09000000
50
51# Privileged Access Never (PAN).
52options 	ARMV81_PAN
53
54# Pointer Authentication (PAC).
55#makeoptions 	ARMV83_PAC=1
56#options 	ARMV83_PAC
57
58# Branch Target Identification (BTI).
59#makeoptions 	ARMV85_BTI=1
60#options 	ARMV85_BTI
61
62# Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL
63# if you want panics instead of warnings.
64#options 	KUBSAN			# mandatory
65#options 	UBSAN_ALWAYS_FATAL	# optional
66
67# Kernel Address Sanitizer (kASan). The quarantine is optional and can
68# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
69# instead of warnings.
70#makeoptions 	KASAN=1		# mandatory
71#options 	KASAN		# mandatory
72#options 	POOL_QUARANTINE	# optional
73#options 	KASAN_PANIC	# optional
74
75# These options enable verbose messages for several subsystems.
76# Warning, these may compile large string tables into the kernel!
77#options 	ACPIVERBOSE	# verbose ACPI configuration messages
78#options 	MIIVERBOSE	# verbose PHY autoconfig messages
79#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
80#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
81#options 	SCSIVERBOSE	# human readable SCSI error messages
82#options 	USBVERBOSE	# verbose USB device autoconfig messages
83
84makeoptions	DEBUG="-g"	# compile full symbol table
85makeoptions	COPY_SYMTAB=1
86
87config		netbsd		root on ? type ?
88
89options 	COMPAT_NETBSD32
90options 	EXEC_ELF32
91
92#options 	COMPAT_LINUX	# binary compatibility with Linux
93#options 	COMPAT_LINUX32	# binary compatibility with Linux 32-bit
94#options 	COMPAT_50	# COMPAT_LINUX depends on
95#options 	COMPAT_OSSAUDIO # binary compatibility with Linux
96
97# EFI runtime support
98options 	EFI_RUNTIME
99pseudo-device	efi		# /dev/efi
100
101# Device tree support
102armfdt0 	at root
103simplebus*	at fdt? pass 0
104
105# ACPI support
106acpifdt*	at fdt? pass 1
107acpi*		at acpifdt?
108acpiacad*	at acpi?
109acpibat*	at acpi?
110acpibut*	at acpi?
111acpicppc*	at acpi?
112acpipcd*	at acpi?
113acpipcc*	at acpi?
114acpifan*	at acpi?
115acpiged*	at acpi?
116acpilid*	at acpi?
117acpitz* 	at acpi?
118
119# CPUs
120cpus*		at fdt? pass 0
121cpu*		at fdt? pass 0
122cpu*		at acpi?
123
124vmt*		at fdt?			# VMware Tools
125
126# Performance monitors
127armpmu* 	at fdt?
128pseudo-device	tprof
129
130# CPU frequency scaling
131cpufreqdt*	at cpu?
132
133# Power State Coordination Interface (PSCI)
134psci*		at fdt? pass 0
135
136fclock* 	at fdt? pass 1
137ffclock*	at fdt? pass 1
138fregulator*	at fdt? pass 4
139gregulator*	at fdt? pass 4
140pregulator*	at fdt? pass 4
141gpiokeys*	at fdt?
142wskbd*		at gpiokeys? console ? mux 1
143gpioleds*	at fdt?
144
145# System Controller
146syscon* 	at fdt? pass 1		# Generic System Controller
147sunxisramc*	at fdt? pass 1		# Allwinner System Control
148
149# Timer
150gtmr*		at fdt? pass 2		# ARM Generic Timer
151gtmr*		at acpi?
152armgtmr0	at gtmr?
153tegratimer*	at fdt?			# Timers
154
155# Watchdog
156applewdog*	at fdt?			# Apple watchdog
157bcmpmwdog*	at fdt?			# Broadcom BCM283x watchdog
158dwcwdt* 	at fdt?			# DesignWare watchdog
159mesongxwdt*	at fdt?			# Amlogic Meson GX watchdog
160sbsawdt*	at acpi?		# ARM SBSA-compliant watchdog
161sunxiwdt*	at fdt?			# Allwinner watchdog
162
163# Interrupt controller
164appleintc*	at fdt? pass 1		# Apple AIC
165bcmicu* 	at fdt? pass 1		# Broadcom BCM283x ICU
166tegralic*	at fdt? pass 1		# NVIDIA Tegra LIC
167gic*		at fdt? pass 1		# ARM GICv2
168gic*		at acpi?
169armgic0 	at gic?
170gicvthree*	at fdt? pass 1		# ARM GICv3
171gicvthree*	at acpi?
172imx7gpc*	at fdt? pass 2		# IMX GPCv2
173sunxinmi*	at fdt? pass 2		# Allwinner NMI / R_INTC
174
175# IOMMU
176appledart*	at fdt? pass 3		# Apple DART
177
178# Memory controller
179tegramc*	at fdt?	pass 4		# NVIDIA Tegra MC
180
181# Firmware devices
182bcmmbox*	at fdt?			# Broadcom VideoCore IV mailbox
183bcmmbox*	at acpi?
184vcmbox* 	at bcmmbox?
185qemufwcfg*	at fdt?			# QEMU Firmware Configuration device
186qemufwcfg*	at acpi?
187
188# DMA controller
189bcmdmac*	at fdt?			# Broadcom BCM283x DMA controller
190sun6idma*	at fdt?	pass 4		# Allwinner DMA controller (sun6i)
191tegraapbdma*	at fdt? pass 4		# NVIDIA Tegra APB DMA
192
193# FUSE controller
194sunxisid*	at fdt? pass 4		# Allwinner SID
195tegrafuse*	at fdt? pass 4		# NVIDIA Tegra FUSE
196
197# Power management controller
198tegrapmc*	at fdt? pass 4		# NVIDIA Tegra PMC
199
200# Clock and Reset controller
201bcmcprman*	at fdt? pass 1		# Broadcom BCM283x Clock Manager
202bcmaux* 	at fdt? pass 1		# Broadcom BCM283x Aux Periph Clocks
203g12aoclkc*	at fdt? pass 2		# Amlogic Meson G12 AO clock controller
204g12clkc*	at fdt? pass 2		# Amlogic Meson G12 EE clock controller
205gxbbaoclkc*	at fdt? pass 2		# Amlogic Meson GXBB AO clock controller
206gxbbclkc*	at fdt? pass 2		# Amlogic Meson GXBB/GXL EE clock controller
207imx8mqccm*	at fdt? pass 2		# NXP iMX8MQ CCM
208mesonresets*	at fdt? pass 2		# Amlogic Meson misc. clock resets
209rkcru*		at fdt? pass 2		# Rockchip RK3328 CRU
210sun8ih3ccu*	at fdt? pass 2		# Allwinner H3/H5 CCU
211sun8ih3rccu*	at fdt? pass 2		# Allwinner H3/H5 CCU (PRCM)
212sun50ia64ccu*	at fdt? pass 2		# Allwinner A64 CCU
213sun50ia64rccu*	at fdt? pass 2		# Allwinner A64 CCU (PRCM)
214sun50ih6ccu*	at fdt? pass 2		# Allwinner H6 CCU
215sun50ih6rccu*	at fdt? pass 2		# Allwinner H6 CCU (PRCM)
216sunxide2ccu*	at fdt? pass 3		# Allwinner DE2 clock controller
217sunxiresets*	at fdt? pass 1		# Allwinner misc. resets
218sunxigates*	at fdt? pass 1		# Allwinner misc. gates
219sunxigmacclk*	at fdt? pass 2		# Allwinner GMAC MII/RGMII clock mux
220tegra210car*	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
221
222# GPIO controller
223bcmgpio*	at fdt? pass 3		# Broadcom BCM283x GPIO
224imxgpio*	at fdt? pass 3		# IMX GPIO
225mesonpinctrl*	at fdt? pass 2		# Amlogic Meson GPIO
226plgpio* 	at fdt?			# ARM PrimeCell PL061 GPIO
227plgpio* 	at acpi?
228sunxigpio*	at fdt? pass 3		# Allwinner GPIO
229tegragpio*	at fdt? pass 2		# NVIDIA Tegra GPIO
230rkgpio* 	at rkiomux?		# Rockchip GPIO
231gpio*		at gpiobus?
232
233# PWM controller
234mesonpwm*	at fdt? pass 3		# Amlogic PWM
235rkpwm*		at fdt? pass 3		# Rockchip PWM
236sunxipwm*	at fdt? pass 3		# Allwinner PWM
237
238# MPIO / Pinmux
239imxiomux*	at fdt? pass 2		# IMX IOMUX
240rkiomux*	at fdt?	pass 3		# Rockchip IOMUX
241tegrapinmux*	at fdt?			# NVIDIA Tegra MPIO
242
243# XUSB PADCTL
244tegra210xpad*	at fdt?			# NVIDIA Tegra XUSB PADCTL (T210)
245tegra210xphy*	at tegra210xpad?
246
247# PCIE
248applepcie*	at fdt?			# Apple PCIe
249pcihost*	at fdt?			# Generic PCI host controller
250acpipchb*	at acpi?		# ACPI PCIe host bridge
251rkpcie* 	at fdt?			# Rockchip AXI PCIE
252rkpciephy*	at fdt? pass 9		# Rockchip AXI PCIE PHY
253tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
254pci*		at pcibus?
255ppb*		at pci? dev ? function ?
256pci*		at ppb?
257
258# Ethernet
259awge*		at fdt?				# DesignWare Gigabit Ethernet
260emac*		at fdt?				# Allwinner Gigabit Ethernet (EMAC)
261enet*		at fdt?				# IMX FEC
262eqos*		at acpi?			# DesignWare Ethernet QoS
263genet*		at acpi?			# Broadcom GENET v5
264genet*		at fdt?
265#scx*		at acpi?			# Socionext Gigabit Ethernet
266#scx*		at fdt?
267aq*		at pci? dev ? function ?	# Aquantia AQC 10 gigabit
268bge*		at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
269ena*		at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
270ixg* 		at pci? dev ? function ?	# Intel 8259x 10 gigabit
271ixv* 		at pci? dev ? function ?	# Intel 8259x 10G virtual function
272mcx*		at pci? dev ? function ?	# Mellanox 5th generation Ethernet
273mskc*		at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
274msk*		at mskc?
275re*		at pci? dev ? function ?	# Realtek RTL8111GS
276rge*		at pci? dev ? function ?	# Realtek 8125
277vmx*		at pci? dev ? function ?	# VMware VMXNET3
278wm*		at pci? dev ? function ?	# Intel Gigabit Ethernet
279
280# MII/PHY support
281atphy*		at mii? phy ?		# Attansic/Atheros PHYs
282brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
283exphy* 		at mii? phy ?		# 3Com internal PHYs
284gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
285glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
286gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
287gxlphy* 	at mii? phy ?		# Amlogic Meson GX internal PHY
288icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS189x
289igphy*		at mii? phy ?		# Intel IGP01E1000
290ihphy*		at mii? phy ?		# Intel 82577 PHYs
291ikphy*		at mii? phy ?		# Intel 82563 PHYs
292inphy*		at mii? phy ?		# Intel 82555 PHYs
293iophy*		at mii? phy ?		# Intel 82553 PHYs
294lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
295makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
296mcommphy*	at mii? phy ?		# Motorcomm YT8511C/YT8511H PHYs
297nsphy*		at mii? phy ?		# NS83840 PHYs
298nsphyter*	at mii? phy ? 		# NS83843 PHYs
299pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
300rdcphy* 	at mii? phy ?		# RDC R6040 10/100 PHY
301rgephy* 	at mii? phy ?		# Realtek 8169S/8110S internal PHYs
302rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
303smscphy*	at mii? phy ?		# SMSC LAN87xx PHYs
304sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
305tlphy*		at mii? phy ?		# ThunderLAN PHYs
306tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
307urlphy* 	at mii? phy ?		# Realtek RTL8150L internal PHYs
308ukphy*		at mii? phy ?		# generic unknown PHYs
309
310# Mini-PCIe Wireless
311#options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
312#ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
313#athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
314
315# UART
316com*		at fdt?	pass 4			# UART
317com*		at acpi?
318exuart*		at fdt? pass 4			# SSCOM UART
319imxuart*	at fdt? pass 4			# IMX UART
320options 	IMXUARTCONSOLE
321mesonuart*	at fdt? pass 4			# Amlogic Meson UART
322plcom*		at fdt?	pass 4			# ARM PL011 UART
323plcom*		at acpi?
324puc*		at pci? dev ? function ?	# PCI "universal" comm. cards
325com*		at puc? port ?
326
327# I2C controllers
328options 	I2C_MAX_ADDR=0xfff
329bsciic* 	at fdt?			# Broadcom BCM283x Serial Control
330bsciic* 	at acpi?
331dwiic*		at fdt?			# Designware I2C
332dwiic*		at acpi?
333imxi2c* 	at fdt? pass 4		# IMX I2C
334nxpiic* 	at acpi?		# NXP Layerscape I2C
335rkiic*		at fdt? pass 4		# Rockchip I2C
336sunxirsb*	at fdt?	pass 4		# Allwinner RSB
337sunxitwi*	at fdt?			# Allwinner TWI
338tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C
339#sniiic*	at fdt?			# Socionext SC2A11 I2C
340#sniiic*	at acpi?
341iicmux* 	at fdt? pass 5		# I2C mux virtual controllers
342iic*		at i2cbus?
343
344# I2C devices
345titemp* 	at iic?
346seeprom*	at iic?
347spdmem* 	at iic?			# memory module SPD EEPROM decoder
348as3722pmic*	at iic?
349as3722reg*	at as3722pmic?
350axppmic*	at iic?			# X-Powers AXP Power Management IC
351axpreg* 	at axppmic?
352cwfg*		at iic?			# CellWise CW2015 Fuel Gauge IC
353dsrtc*		at iic?			# Dallas Semiconductor RTCs
354es8316ac*	at iic?			# Everest Semi ES8316 Audio CODEC
355fan53555reg*	at iic?			# FAN53555 / SY82x regulator
356max77620pmic*	at iic?
357pcaiicmux*	at iic?			# PCA954x / PCA984x I2C switch / mux
358pcf8563rtc*	at iic?			# PCF8563 RTC
359rkpmic* 	at iic?			# Rockchip Power Management IC
360rkreg*		at rkpmic?
361tcagpio*	at iic?
362
363# Random number generators
364amdccp* 	at fdt?			# AMD Cryptograhic Coprocessor RNG
365amdccp* 	at acpi?
366bcmrng* 	at fdt?			# Broadcom BCM283x RNG
367mesonrng*	at fdt?			# Amlogic Meson RNG
368sun8icrypto* 	at fdt?			# Allwinner Crypto Engine
369rkv1crypto* 	at fdt?			# Rockchip Crypto v1
370
371# RTC
372plrtc*		at fdt?			# ARM PrimeCell RTC
373sunxirtc*	at fdt? pass 4		# Allwinner RTC
374tegrartc*	at fdt?			# NVIDIA Tegra RTC
375
376# SDMMC
377bcmsdhost*	at fdt?			# Broadcom BCM283x SD Host Interface
378dwcmmc* 	at fdt?			# Designware SD/MMC
379mesongxmmc*	at fdt?			# Amlogic Meson GX eMMC/SD/SDIO controller
380mmcpwrseq*	at fdt? pass 5		# Simple MMC power sequence provider
381rkemmcphy*	at fdt?			# Rockchip eMMC PHY
382sdhc*		at fdt?			# SD Host Controller Interface
383sdhc*		at acpi?
384sunximmc*	at fdt?			# Allwinner SD/MMC
385#sniemmc*	at fdt?			# Socionext SC2A11 eMMC
386#sniemmc*	at acpi?
387sdmmc*		at sdmmcbus?
388ld0		at sdmmc0
389ld1		at sdmmc1
390ld2		at sdmmc2
391ld3		at sdmmc3
392ld*		at sdmmc?
393bwfm*		at sdmmc?		# Broadcom BCM43xxx WiFi Interface
394
395# SATA
396ahcisata*	at fdt?			# AHCI SATA
397ahcisata*	at acpi?
398ahcisata*	at pci? dev ? function ?
399atabus* 	at ata?
400atapibus*	at atapi?
401wd*		at atabus? drive ?
402cd*		at atapibus? drive ?
403
404# NVMe
405nvme*		at pci? dev ? function ?
406ld*		at nvme? nsid ?
407
408# SPI controllers
409bcmspi* 	at fdt?			# Broadcom BCM283x SPI
410rkspi*		at fdt?			# Rockchip SPI
411sun6ispi*	at fdt?			# Allwinner SPI
412spi*		at spibus?
413m25p*		at spi?
414spiflash*	at spiflashbus?
415
416# Broadcom VCHIQ, etc
417vchiq0		at fdt?
418vcaudio0 	at vchiq0
419
420# Audio support
421hdaudio*	at fdt?			# Intel HDA
422hdaudio*	at pci? dev ? function ?
423hdafg*		at hdaudiobus?
424options 	HDAUDIOVERBOSE
425options 	HDAUDIO_ENABLE_HDMI
426options 	HDAUDIO_ENABLE_DISPLAYPORT
427ausoc*		at fdt?			# Simple SoC audio card
428simpleamp*	at fdt?			# Simple amplifier
429spdiftx*	at fdt?			# SPDIF transmitter
430rki2s*		at fdt?			# Rockchip I2S/PCM
431sunxicodec*	at fdt?			# Allwinner audio codec
432sun8icodec*	at fdt?			# Allwinner audio codec (sun8i/sun50i)
433h3codec*	at fdt?			# Allwinner H3 audio codec (analog part)
434a64acodec*	at fdt?			# Allwinner A64 audio codec (analog part)
435sunxii2s*	at fdt?			# Allwinner I2S/PCM
436audio*		at audiobus?
437
438spkr*		at audio?		# PC speaker (synthesized)
439
440# HDMI CEC
441tegracec0	at fdt?			# NVIDIA Tegra HDMI CEC
442hdmicec*	at hdmicecbus?
443
444# Display
445anxdp*		at fdt?			# Analogix-based (e)DP
446anxedp* 	at iic?			# Analogix eDP TX
447dispcon*	at fdt?			# Display connector devices
448panel*		at fdt?			# Display panels
449dwhdmi* 	at fdt?			# Designware HDMI TX
450rkdrm*		at fdt? pass 5		# Rockchip DRM master
451rkfb*		at rkdrm?		# Rockchip DRM framebuffer
452rkvop*		at fdt?			# Rockchip Visual Output Processor
453sunxide2bus*	at fdt? pass 4		# Allwinner DE2 bus
454sunxidrm*	at fdt?	pass 5		# Allwinner Display Pipeline
455sunxifb*	at sunxidrm?		# Allwinner DRM framebuffer
456sunxihdmiphy*	at fdt? pass 9		# Allwinner HDMI TX PHY
457sunxilcdc*	at fdt?			# Allwinner DE2 timing controller
458sunximixer*	at fdt?			# Allwinner DE2 mixer
459#tegradrm*	at fdt?			# NVIDIA Tegra Display
460#tegrafb*	at tegrafbbus?
461genfb*		at fdt?			# Simple Framebuffer
462wsdisplay*	at wsemuldisplaydev?
463options 	VCONS_DRAW_INTR
464options 	WSEMUL_VT100
465options 	WS_DEFAULT_FG=WSCOL_WHITE
466options 	WS_DEFAULT_BG=WSCOL_BLACK
467options 	WS_KERNEL_FG=WSCOL_GREEN
468options 	WS_KERNEL_BG=WSCOL_BLACK
469options 	WSDISPLAY_COMPAT_PCVT
470options 	WSDISPLAY_COMPAT_SYSCONS
471options 	WSDISPLAY_COMPAT_USL
472options 	WSDISPLAY_COMPAT_RAWKBD
473options 	WSDISPLAY_DEFAULTSCREENS=4
474options 	WSDISPLAY_MULTICONS
475options 	WSDISPLAY_SCROLLSUPPORT
476pseudo-device	wsmux
477pseudo-device	wsfont
478options 	FONT_BOLD8x16
479options 	FONT_BOLD16x32
480
481# GPU
482#nouveau*	at fdt?			# NVIDIA GPU
483#nouveau*	at pci? dev ? function ?
484#nouveaufb*	at nouveaufbbus?
485radeon* 	at pci? dev ? function ? # AMD Radeon
486radeondrmkmsfb*	at radeonfbbus?
487
488# Backlight
489pwmbacklight*	at fdt?			# PWM Backlight controls
490
491# Fan
492pwmfan* 	at fdt?			# PWM Fan controls
493
494# Thermal throttling controller
495mesonthermal*	at fdt?			# Amlogic thermal sensor controller
496sunxithermal*	at fdt?			# Allwinner thermal sensor controller
497tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
498rktsadc*	at fdt?			# RockChip TSASC
499
500# USB
501imx8mqusbphy*	at fdt? pass 9		# IMX USB PHY
502mesonusbctrl*	at fdt?			# Amlogic Meson USB-Glue (dwc2 and dwc3)
503mesonusbphy*	at fdt? pass 9		# Amlogic Meson USB2 PHY
504mesong12u2phy*	at fdt? pass 9		# Amlogic Meson G12 USB2 PHY
505mesong12u3pphy*	at fdt? pass 9		# Amlogic Meson G12 USB3/PCIe PHY
506mesongxlu2phy*	at fdt? pass 9		# Amlogic Meson GXL USB2 PHY
507mesongxlu3phy*	at fdt? pass 9		# Amlogic Meson GXL USB3 PHY
508rkusb*		at fdt? pass 9		# Rockchip USB PHY
509rkusbphy*	at rkusb?
510sunxiusbphy*	at fdt? pass 9		# Allwinner USB PHY
511sunxiusb3phy*	at fdt? pass 9		# Allwinner USB3 PHY
512tegrausbphy*	at fdt?			# NVIDIA Tegra USB PHY
513dwctwo* 	at fdt?			# Designware USB DRD
514ehci*		at fdt?			# EHCI
515ehci*		at pci?			# EHCI
516ehci*		at acpi?		# EHCI
517motg*		at fdt?			# Mentor Graphics USB OTG
518ohci*		at fdt?			# OHCI
519ohci*		at pci?			# OHCI
520ohci*		at acpi?		# OHCI
521xhci*		at fdt?			# XHCI
522xhci*		at pci?			# XHCI
523xhci*		at acpi?		# XHCI
524usb*		at usbus?
525
526include "dev/usb/usbdevices.config"
527midi*		at midibus?
528pseudo-device	sequencer			# MIDI sequencer
529
530# Virtio devices
531virtio* 	at fdt?			# Virtio MMIO device
532virtio* 	at acpi?
533virtio* 	at pci? dev ? function ?
534#viomb*		at virtio?		# Virtio memory balloon device
535ld*		at virtio?		# Virtio disk device
536vioif*		at virtio?		# Virtio network device
537viornd* 	at virtio?		# Virtio entropy device
538vioscsi*	at virtio?		# Virtio SCSI device
539
540# SCSI controllers
541mpt*		at pci? dev ? function ?
542
543# SCSI bus support
544scsibus*	at scsi?
545sd*		at scsibus? target ? lun ?	# SCSI disk drives
546
547cinclude "arch/evbarm/conf/GENERIC64.local"
548