GENERIC64 revision 1.211
1#
2#	$NetBSD: GENERIC64,v 1.211 2023/04/16 16:55:01 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_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
165dwcwdt*		at acpi?
166mesongxwdt*	at fdt?			# Amlogic Meson GX watchdog
167sbsawdt*	at acpi?		# ARM SBSA-compliant watchdog
168sunxiwdt*	at fdt?			# Allwinner watchdog
169
170# Interrupt controller
171appleintc*	at fdt? pass 1		# Apple AIC
172bcmicu* 	at fdt? pass 1		# Broadcom BCM283x ICU
173tegralic*	at fdt? pass 1		# NVIDIA Tegra LIC
174gic*		at fdt? pass 1		# ARM GICv2
175gic*		at acpi?
176armgic0 	at gic?
177gicvthree*	at fdt? pass 1		# ARM GICv3
178gicvthree*	at acpi?
179imx7gpc*	at fdt? pass 2		# IMX GPCv2
180sunxinmi*	at fdt? pass 2		# Allwinner NMI / R_INTC
181
182# IOMMU
183appledart*	at fdt? pass 3		# Apple DART
184
185# Memory controller
186tegramc*	at fdt?	pass 4		# NVIDIA Tegra MC
187
188# Firmware devices
189applesmc*	at fdt? pass 3		# Apple RTKIT based SMC
190bcmmbox*	at fdt?			# Broadcom VideoCore IV mailbox
191bcmmbox*	at acpi?
192vcmbox* 	at bcmmbox?
193qemufwcfg*	at fdt?			# QEMU Firmware Configuration device
194qemufwcfg*	at acpi?
195
196# DMA controller
197bcmdmac*	at fdt?			# Broadcom BCM283x DMA controller
198sun6idma*	at fdt?	pass 4		# Allwinner DMA controller (sun6i)
199tegraapbdma*	at fdt? pass 4		# NVIDIA Tegra APB DMA
200
201# FUSE controller
202sunxisid*	at fdt? pass 4		# Allwinner SID
203tegrafuse*	at fdt? pass 4		# NVIDIA Tegra FUSE
204
205# Power management controller
206tegrapmc*	at fdt? pass 4		# NVIDIA Tegra PMC
207
208# Mailbox controller
209applembox*	at fdt? pass 2		# Apple Mailbox
210
211# Clock and Reset controller
212bcmcprman*	at fdt? pass 1		# Broadcom BCM283x Clock Manager
213bcmaux* 	at fdt? pass 1		# Broadcom BCM283x Aux Periph Clocks
214g12aoclkc*	at fdt? pass 2		# Amlogic Meson G12 AO clock controller
215g12clkc*	at fdt? pass 2		# Amlogic Meson G12 EE clock controller
216gxbbaoclkc*	at fdt? pass 2		# Amlogic Meson GXBB AO clock controller
217gxbbclkc*	at fdt? pass 2		# Amlogic Meson GXBB/GXL EE clock controller
218imx8mqccm*	at fdt? pass 2		# NXP iMX8MQ CCM
219mesonresets*	at fdt? pass 2		# Amlogic Meson misc. clock resets
220rkcru*		at fdt? pass 2		# Rockchip RK3328 CRU
221sun8ih3ccu*	at fdt? pass 2		# Allwinner H3/H5 CCU
222sun8ih3rccu*	at fdt? pass 2		# Allwinner H3/H5 CCU (PRCM)
223sun50ia64ccu*	at fdt? pass 2		# Allwinner A64 CCU
224sun50ia64rccu*	at fdt? pass 2		# Allwinner A64 CCU (PRCM)
225sun50ih6ccu*	at fdt? pass 2		# Allwinner H6 CCU
226sun50ih6rccu*	at fdt? pass 2		# Allwinner H6 CCU (PRCM)
227sunxide2ccu*	at fdt? pass 3		# Allwinner DE2 clock controller
228sunxiresets*	at fdt? pass 1		# Allwinner misc. resets
229sunxigates*	at fdt? pass 1		# Allwinner misc. gates
230sunxigmacclk*	at fdt? pass 2		# Allwinner GMAC MII/RGMII clock mux
231tegra210car*	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
232
233# GPIO controller
234applepinctrl*	at fdt?			# Apple GPIO
235bcmgpio*	at fdt? pass 3		# Broadcom BCM283x GPIO
236imxgpio*	at fdt? pass 3		# IMX GPIO
237mesonpinctrl*	at fdt? pass 2		# Amlogic Meson GPIO
238plgpio* 	at fdt?			# ARM PrimeCell PL061 GPIO
239plgpio* 	at acpi?
240sunxigpio*	at fdt? pass 3		# Allwinner GPIO
241tegragpio*	at fdt? pass 2		# NVIDIA Tegra GPIO
242rkgpio* 	at rkiomux?		# Rockchip GPIO
243gpio*		at gpiobus?
244
245# PWM controller
246mesonpwm*	at fdt? pass 3		# Amlogic PWM
247rkpwm*		at fdt? pass 3		# Rockchip PWM
248sunxipwm*	at fdt? pass 3		# Allwinner PWM
249
250# MPIO / Pinmux
251imxiomux*	at fdt? pass 2		# IMX IOMUX
252rkiomux*	at fdt?	pass 3		# Rockchip IOMUX
253tegrapinmux*	at fdt?			# NVIDIA Tegra MPIO
254
255# XUSB PADCTL
256tegra210xpad*	at fdt?			# NVIDIA Tegra XUSB PADCTL (T210)
257tegra210xphy*	at tegra210xpad?
258
259# PCIE
260applepcie*	at fdt?			# Apple PCIe
261pcihost*	at fdt?			# Generic PCI host controller
262acpipchb*	at acpi?		# ACPI PCIe host bridge
263rkpcie* 	at fdt?			# Rockchip AXI PCIE
264rkpciephy*	at fdt? pass 9		# Rockchip AXI PCIE PHY
265tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
266pci*		at pcibus?
267ppb*		at pci? dev ? function ?
268pci*		at ppb?
269
270# Ethernet
271awge*		at fdt?				# DesignWare Gigabit Ethernet
272emac*		at fdt?				# Allwinner Gigabit Ethernet (EMAC)
273enet*		at fdt?				# IMX FEC
274eqos*		at acpi?			# DesignWare Ethernet QoS
275eqos*		at fdt?
276genet*		at acpi?			# Broadcom GENET v5
277genet*		at fdt?
278#scx*		at acpi?			# Socionext Gigabit Ethernet
279#scx*		at fdt?
280aq*		at pci? dev ? function ?	# Aquantia AQC 10 gigabit
281bge*		at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
282ena*		at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
283ixg* 		at pci? dev ? function ?	# Intel 8259x 10 gigabit
284ixv* 		at pci? dev ? function ?	# Intel 8259x 10G virtual function
285mcx*		at pci? dev ? function ?	# Mellanox 5th generation Ethernet
286mskc*		at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
287msk*		at mskc?
288re*		at pci? dev ? function ?	# Realtek RTL8111GS
289rge*		at pci? dev ? function ?	# Realtek 8125
290vmx*		at pci? dev ? function ?	# VMware VMXNET3
291wm*		at pci? dev ? function ?	# Intel Gigabit Ethernet
292
293# MII/PHY support
294atphy*		at mii? phy ?		# Attansic/Atheros PHYs
295brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
296exphy* 		at mii? phy ?		# 3Com internal PHYs
297gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
298glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
299gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
300gxlphy* 	at mii? phy ?		# Amlogic Meson GX internal PHY
301icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS189x
302igphy*		at mii? phy ?		# Intel IGP01E1000
303ihphy*		at mii? phy ?		# Intel 82577 PHYs
304ikphy*		at mii? phy ?		# Intel 82563 PHYs
305inphy*		at mii? phy ?		# Intel 82555 PHYs
306iophy*		at mii? phy ?		# Intel 82553 PHYs
307lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
308makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
309mcommphy*	at mii? phy ?		# Motorcomm YT8511C/YT8511H PHYs
310nsphy*		at mii? phy ?		# NS83840 PHYs
311nsphyter*	at mii? phy ? 		# NS83843 PHYs
312pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
313rdcphy* 	at mii? phy ?		# RDC R6040 10/100 PHY
314rgephy* 	at mii? phy ?		# Realtek 8169S/8110S internal PHYs
315rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
316smscphy*	at mii? phy ?		# SMSC LAN87xx PHYs
317sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
318tlphy*		at mii? phy ?		# ThunderLAN PHYs
319tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
320urlphy* 	at mii? phy ?		# Realtek RTL8150L internal PHYs
321ukphy*		at mii? phy ?		# generic unknown PHYs
322
323# Mini-PCIe Wireless
324#options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
325#ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
326#athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
327
328# UART
329com*		at fdt?	pass 4			# UART
330com*		at acpi?
331exuart*		at fdt? pass 4			# SSCOM UART
332imxuart*	at fdt? pass 4			# IMX UART
333options 	IMXUARTCONSOLE
334mesonuart*	at fdt? pass 4			# Amlogic Meson UART
335plcom*		at fdt?	pass 4			# ARM PL011 UART
336plcom*		at acpi?
337puc*		at pci? dev ? function ?	# PCI "universal" comm. cards
338com*		at puc? port ?
339
340# I2C controllers
341options 	I2C_MAX_ADDR=0xfff
342appleiic*	at fdt?			# Apple I2C
343bsciic* 	at fdt?			# Broadcom BCM283x Serial Control
344bsciic* 	at acpi?
345dwiic*		at fdt?			# Designware I2C
346dwiic*		at acpi?
347imxi2c* 	at fdt? pass 4		# IMX I2C
348nxpiic* 	at acpi?		# NXP Layerscape I2C
349rkiic*		at fdt? pass 4		# Rockchip I2C
350sunxirsb*	at fdt?	pass 4		# Allwinner RSB
351sunxitwi*	at fdt?			# Allwinner TWI
352tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C
353#sniiic*	at fdt?			# Socionext SC2A11 I2C
354#sniiic*	at acpi?
355iicmux* 	at fdt? pass 5		# I2C mux virtual controllers
356iic*		at i2cbus?
357
358# I2C devices
359titemp* 	at iic?
360seeprom*	at iic?
361spdmem* 	at iic?			# memory module SPD EEPROM decoder
362as3722pmic*	at iic?
363as3722reg*	at as3722pmic?
364axppmic*	at iic?			# X-Powers AXP Power Management IC
365axpreg* 	at axppmic?
366cwfg*		at iic?			# CellWise CW2015 Fuel Gauge IC
367dsrtc*		at iic?			# Dallas Semiconductor RTCs
368es8316ac*	at iic?			# Everest Semi ES8316 Audio CODEC
369fan53555reg*	at iic?			# FAN53555 / SY82x regulator
370max77620pmic*	at iic?
371pcaiicmux*	at iic?			# PCA954x / PCA984x I2C switch / mux
372pcf8563rtc*	at iic?			# PCF8563 RTC
373rkpmic* 	at iic?			# Rockchip Power Management IC
374rkreg*		at rkpmic?
375tcagpio*	at iic?
376
377# Power Domain controllers
378applepmgr* 	at fdt? pass 0
379
380# Random number generators and security devices
381amdccp* 	at fdt?			# AMD Cryptograhic Coprocessor RNG
382amdccp* 	at acpi?
383bcmrng* 	at fdt?			# Broadcom BCM283x RNG
384mesonrng*	at fdt?			# Amlogic Meson RNG
385rkv1crypto* 	at fdt?			# Rockchip Crypto v1
386sun8icrypto* 	at fdt?			# Allwinner Crypto Engine
387tpm*		at acpi?		# Trusted Platform Module
388
389# RTC
390plrtc*		at fdt?			# ARM PrimeCell RTC
391sunxirtc*	at fdt? pass 4		# Allwinner RTC
392tegrartc*	at fdt?			# NVIDIA Tegra RTC
393
394# SDMMC
395bcmsdhost*	at fdt?			# Broadcom BCM283x SD Host Interface
396dwcmmc*		at acpi?		# DesignWare SD/MMC
397dwcmmc* 	at fdt?
398mesongxmmc*	at fdt?			# Amlogic Meson GX eMMC/SD/SDIO controller
399mmcpwrseq*	at fdt? pass 5		# Simple MMC power sequence provider
400rkemmcphy*	at fdt?			# Rockchip eMMC PHY
401sdhc*		at fdt?			# SD Host Controller Interface
402sdhc*		at acpi?
403sunximmc*	at fdt?			# Allwinner SD/MMC
404#sniemmc*	at fdt?			# Socionext SC2A11 eMMC
405#sniemmc*	at acpi?
406sdmmc*		at sdmmcbus?
407ld0		at sdmmc0
408ld1		at sdmmc1
409ld2		at sdmmc2
410ld3		at sdmmc3
411ld*		at sdmmc?
412bwfm*		at sdmmc?		# Broadcom BCM43xxx WiFi Interface
413
414# SATA
415ahcisata*	at fdt?			# AHCI SATA
416ahcisata*	at acpi?
417ahcisata*	at pci? dev ? function ?
418siisata*	at pci? dev ? function ?
419atabus* 	at ata?
420atapibus*	at atapi?
421wd*		at atabus? drive ?
422cd*		at atapibus? drive ?
423
424# NVMe
425nvme*		at fdt?			# Apple M1
426nvme*		at pci? dev ? function ?
427ld*		at nvme? nsid ?
428
429# SPI controllers
430bcmspi* 	at fdt?			# Broadcom BCM283x SPI
431rkspi*		at fdt?			# Rockchip SPI
432sun6ispi*	at fdt?			# Allwinner SPI
433spi*		at spibus?
434m25p*		at spi?
435spiflash*	at spiflashbus?
436
437# Broadcom VCHIQ, etc
438vchiq*		at fdt?
439vchiq*		at acpi?
440vcaudio0 	at vchiq?
441
442# Audio support
443hdaudio*	at fdt?			# Intel HDA
444hdaudio*	at pci? dev ? function ?
445hdafg*		at hdaudiobus?
446options 	HDAUDIOVERBOSE
447ausoc*		at fdt?			# Simple SoC audio card
448simpleamp*	at fdt?			# Simple amplifier
449spdiftx*	at fdt?			# SPDIF transmitter
450rki2s*		at fdt?			# Rockchip I2S/PCM
451sunxicodec*	at fdt?			# Allwinner audio codec
452sun8icodec*	at fdt?			# Allwinner audio codec (sun8i/sun50i)
453h3codec*	at fdt?			# Allwinner H3 audio codec (analog part)
454a64acodec*	at fdt?			# Allwinner A64 audio codec (analog part)
455sunxii2s*	at fdt?			# Allwinner I2S/PCM
456audio*		at audiobus?
457
458spkr*		at audio?		# PC speaker (synthesized)
459
460# HDMI CEC
461tegracec0	at fdt?			# NVIDIA Tegra HDMI CEC
462hdmicec*	at hdmicecbus?
463
464# Display
465anxdp*		at fdt?			# Analogix-based (e)DP
466anxedp* 	at iic?			# Analogix eDP TX
467dispcon*	at fdt?			# Display connector devices
468panel*		at fdt?			# Display panels
469dwhdmi* 	at fdt?			# Designware HDMI TX
470rkdrm*		at fdt? pass 5		# Rockchip DRM master
471rkfb*		at rkdrm?		# Rockchip DRM framebuffer
472rkvop*		at fdt?			# Rockchip Visual Output Processor
473sunxide2bus*	at fdt? pass 4		# Allwinner DE2 bus
474sunxidrm*	at fdt?	pass 5		# Allwinner Display Pipeline
475sunxifb*	at sunxidrm?		# Allwinner DRM framebuffer
476sunxihdmiphy*	at fdt? pass 9		# Allwinner HDMI TX PHY
477sunxilcdc*	at fdt?			# Allwinner DE2 timing controller
478sunximixer*	at fdt?			# Allwinner DE2 mixer
479#tegradrm*	at fdt?			# NVIDIA Tegra Display
480#tegrafb*	at tegrafbbus?
481genfb*		at fdt?			# Simple Framebuffer
482wsdisplay*	at wsemuldisplaydev?
483options 	VCONS_DRAW_INTR
484options 	WSEMUL_VT100
485options 	WSDISPLAY_CUSTOM_OUTPUT
486options 	WS_DEFAULT_FG=WSCOL_WHITE
487options 	WS_DEFAULT_BG=WSCOL_BLACK
488options 	WS_KERNEL_FG=WSCOL_GREEN
489options 	WS_KERNEL_BG=WSCOL_BLACK
490options 	WSDISPLAY_COMPAT_PCVT
491options 	WSDISPLAY_COMPAT_SYSCONS
492options 	WSDISPLAY_COMPAT_USL
493options 	WSDISPLAY_COMPAT_RAWKBD
494options 	WSDISPLAY_DEFAULTSCREENS=4
495options 	WSDISPLAY_MULTICONS
496options 	WSDISPLAY_SCROLLSUPPORT
497pseudo-device	wsmux
498pseudo-device	wsfont
499options 	FONT_BOLD8x16
500options 	FONT_BOLD16x32
501
502# GPU
503#nouveau*	at fdt?			# NVIDIA GPU
504#nouveau*	at pci? dev ? function ?
505#nouveaufb*	at nouveaufbbus?
506radeon* 	at pci? dev ? function ? # AMD Radeon
507radeondrmkmsfb*	at radeonfbbus?
508
509# Backlight
510pwmbacklight*	at fdt?			# PWM Backlight controls
511
512# Fan
513pwmfan* 	at fdt?			# PWM Fan controls
514
515# Thermal throttling controller
516mesonthermal*	at fdt?			# Amlogic thermal sensor controller
517sunxithermal*	at fdt?			# Allwinner thermal sensor controller
518tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
519rktsadc*	at fdt?			# RockChip TSASC
520
521# USB
522imx8mqusbphy*	at fdt? pass 9		# IMX USB PHY
523mesonusbctrl*	at fdt?			# Amlogic Meson USB-Glue (dwc2 and dwc3)
524mesonusbphy*	at fdt? pass 9		# Amlogic Meson USB2 PHY
525mesong12u2phy*	at fdt? pass 9		# Amlogic Meson G12 USB2 PHY
526mesong12u3pphy*	at fdt? pass 9		# Amlogic Meson G12 USB3/PCIe PHY
527mesongxlu2phy*	at fdt? pass 9		# Amlogic Meson GXL USB2 PHY
528mesongxlu3phy*	at fdt? pass 9		# Amlogic Meson GXL USB3 PHY
529rkusb*		at fdt? pass 9		# Rockchip USB PHY
530rkusbphy*	at rkusb?
531sunxiusbphy*	at fdt? pass 9		# Allwinner USB PHY
532sunxiusb3phy*	at fdt? pass 9		# Allwinner USB3 PHY
533tegrausbphy*	at fdt?			# NVIDIA Tegra USB PHY
534dwctwo* 	at fdt?			# Designware USB DRD
535ehci*		at fdt?			# EHCI
536ehci*		at pci?			# EHCI
537ehci*		at acpi?		# EHCI
538motg*		at fdt?			# Mentor Graphics USB OTG
539ohci*		at fdt?			# OHCI
540ohci*		at pci?			# OHCI
541ohci*		at acpi?		# OHCI
542xhci*		at fdt?			# XHCI
543xhci*		at pci?			# XHCI
544xhci*		at acpi?		# XHCI
545usb*		at usbus?
546
547include "dev/usb/usbdevices.config"
548midi*		at midibus?
549pseudo-device	sequencer			# MIDI sequencer
550
551# Virtio devices
552virtio* 	at fdt?			# Virtio MMIO device
553virtio* 	at acpi?
554virtio* 	at pci? dev ? function ?
555#viomb*		at virtio?		# Virtio memory balloon device
556ld*		at virtio?		# Virtio disk device
557vioif*		at virtio?		# Virtio network device
558viornd* 	at virtio?		# Virtio entropy device
559vioscsi*	at virtio?		# Virtio SCSI device
560
561# SCSI controllers
562mpt*		at pci? dev ? function ?
563
564# SCSI bus support
565scsibus*	at scsi?
566sd*		at scsibus? target ? lun ?	# SCSI disk drives
567
568# Pull in optional local configuration - always at end
569cinclude	"arch/evbarm/conf/GENERIC64.local"
570