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