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