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