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