files.fdt revision 1.57
1# $NetBSD: files.fdt,v 1.57 2020/12/12 09:27:31 skrll Exp $
2
3include	"external/bsd/libfdt/conf/files.libfdt"
4
5defflag	opt_fdt.h				FDTBASE : libfdt, ofw_subr
6defflag	opt_fdt.h				FDT: FDTBASE
7defparam opt_fdt.h				FDT_MEMORY_RANGES
8defparam opt_fdt.h				FDT_DEFAULT_STDOUT_PATH
9
10define	fdt { [pass = 10] } : clk, pwm
11
12device	simplebus { } : fdt
13attach	simplebus at fdt
14file	dev/fdt/fdtbus.c			fdt
15
16device	fregulator
17attach	fregulator at fdt
18file	dev/fdt/fixedregulator.c		fregulator
19
20device	gregulator
21attach	gregulator at fdt
22file	dev/fdt/gpioregulator.c			gregulator
23
24device	fclock: clk
25attach	fclock at fdt
26file	dev/fdt/fixedclock.c			fclock
27
28device	ffclock: clk
29attach	ffclock at fdt
30file	dev/fdt/fixedfactorclock.c		ffclock
31
32device	gpiokeys: sysmon_envsys, sysmon_power, wskbddev, linux_keymap
33attach	gpiokeys at fdt
34file	dev/fdt/gpiokeys.c			gpiokeys
35
36device	gpioleds: leds
37attach	gpioleds at fdt
38file	dev/fdt/gpioleds.c			gpioleds
39
40file	dev/fdt/fdt_port.c			fdt_port
41
42device	connector: fdt_port
43attach	connector at fdt with fdt_connector
44file	dev/fdt/connector_fdt.c			fdt_connector
45
46device	panel: fdt_port
47attach	panel at fdt with fdt_panel
48file	dev/fdt/panel_fdt.c			fdt_panel
49
50attach	panel at fdt with panel_fdt: drmkms
51file	dev/fdt/fdt_panel.c			panel_fdt
52
53device	dispcon: fdt_port, drmkms, ddc_read_edid
54attach	dispcon at fdt with dispcon_hdmi
55file	dev/fdt/hdmi_connector.c		dispcon_hdmi
56
57file	dev/fdt/fdt_memory.c			fdtbase
58file	dev/fdt/fdt_openfirm.c			fdtbase
59file	dev/fdt/fdt_subr.c			fdtbase
60
61file	dev/fdt/fdt_clock.c			fdt
62file	dev/fdt/fdt_dai.c			fdt
63file	dev/fdt/fdt_dma.c			fdt
64file	dev/fdt/fdt_ddb.c			fdt & ddb
65file	dev/fdt/fdt_gpio.c			fdt
66file	dev/fdt/fdt_i2c.c			fdt
67file	dev/fdt/fdt_intr.c			fdt
68file	dev/fdt/fdt_mmc_pwrseq.c		fdt
69file	dev/fdt/fdt_phy.c			fdt
70file	dev/fdt/fdt_power.c			fdt
71file	dev/fdt/fdt_pwm.c			fdt
72file	dev/fdt/fdt_regulator.c			fdt
73file	dev/fdt/fdt_reset.c			fdt
74file	dev/fdt/fdt_rtc.c			fdt
75file	dev/fdt/fdt_spi.c			fdt
76file	dev/fdt/fdt_syscon.c			fdt
77file	dev/fdt/fdt_pinctrl.c			fdt
78
79device	cpus { } : fdt
80attach	cpus at fdt
81file	dev/fdt/cpus.c				cpus
82
83device	mmcpwrseq
84attach	mmcpwrseq at fdt with mmcpwrseq_simple
85file	dev/fdt/mmc_pwrseq_simple.c		mmcpwrseq_simple
86attach	mmcpwrseq at fdt with mmcpwrseq_emmc
87file	dev/fdt/mmc_pwrseq_emmc.c		mmcpwrseq_emmc
88
89device	syscon { } : fdt
90attach	syscon at fdt
91file	dev/fdt/syscon.c			syscon
92
93device	pinctrl
94attach	pinctrl at fdt with pinctrl_single
95file	dev/fdt/pinctrl_single.c		pinctrl_single
96
97device	pwmbacklight
98attach	pwmbacklight at fdt
99file	dev/fdt/pwm_backlight.c			pwmbacklight
100
101device	pwmfan
102attach	pwmfan at fdt
103file	dev/fdt/pwm_fan.c			pwmfan
104
105device	ausoc: audiobus
106attach	ausoc at fdt
107file	dev/fdt/ausoc.c				ausoc
108
109device	spdiftx
110attach	spdiftx at fdt
111file	dev/fdt/spdif_tx.c			spdiftx
112
113define	fdt_display_timing
114file	dev/fdt/display_timing.c		fdt_display_timing
115
116# Display controller
117attach	genfb at fdt with simplefb
118file	dev/fdt/simplefb.c			simplefb
119
120# NS 8250 compatible UART
121attach	com at fdt with ns8250_uart
122file	dev/fdt/ns8250_uart.c			ns8250_uart
123
124# Designware APB UART
125attach	com at fdt with dw_apb_uart
126file	dev/fdt/dw_apb_uart.c			dw_apb_uart
127
128# EHCI
129attach	ehci at fdt with ehci_fdt
130file	dev/fdt/ehci_fdt.c			ehci_fdt
131
132# OHCI
133attach	ohci at fdt with ohci_fdt
134file	dev/fdt/ohci_fdt.c			ohci_fdt
135
136# Designware USB2 OTG
137attach	dwctwo at fdt with dwc2_fdt
138file	dev/fdt/dwc2_fdt.c			dwc2_fdt
139
140# Designware USB3 XHCI
141attach	xhci at fdt with dwc3_fdt
142file	dev/fdt/dwc3_fdt.c			dwc3_fdt
143
144# Designware SD/MMC
145attach	dwcmmc at fdt with dwcmmc_fdt
146file	dev/fdt/dwcmmc_fdt.c			dwcmmc_fdt
147
148# Designware Watchdog Timer
149device	dwcwdt: sysmon_wdog
150attach	dwcwdt at fdt with dwcwdt_fdt
151file	dev/fdt/dwcwdt_fdt.c			dwcwdt_fdt
152
153# Virtio virtio,mmio
154attach	virtio at fdt with virtio_mmio_fdt:	virtio_mmio
155file	dev/fdt/virtio_mmio_fdt.c		virtio_mmio_fdt
156
157# QEMU Firmware Configuration (fw_cfg) device
158attach 	qemufwcfg at fdt with qemufwcfg_fdt
159file	dev/fdt/qemufwcfg_fdt.c			qemufwcfg_fdt
160
161# ARM PrimeCell General Purpose Input/Output (PL061)
162attach 	plgpio at fdt with plgpio_fdt
163file	dev/fdt/pl061gpio_fdt.c			plgpio_fdt
164
165# AHCI SATA controller
166attach	ahcisata at fdt with ahcisata_fdt
167file	dev/fdt/ahcisata_fdt.c			ahcisata_fdt
168
169# Designware I2C
170attach 	dwiic at fdt with dwiic_fdt
171file	dev/fdt/dwiic_fdt.c			dwiic_fdt
172
173# AMD Cryptographic Coprocessor
174attach	amdccp at fdt with amdccp_fdt
175file	dev/fdt/amdccp_fdt.c			amdccp_fdt
176
177# Arasan SDHCI controller
178attach	sdhc at fdt with arasan_sdhc_fdt
179file	dev/fdt/arasan_sdhc_fdt.c		arasan_sdhc_fdt
180
181# Generic USB PHY
182device	usbnopphy
183attach	usbnopphy at fdt
184file	dev/fdt/usbnopphy.c			usbnopphy
185
186# Simple Amplifier Audio Driver
187device	simpleamp
188attach	simpleamp at fdt
189file	dev/fdt/simple_amplifier.c		simpleamp
190
191# Broadcom GENET v5
192attach	genet at fdt with genet_fdt
193file	dev/fdt/genet_fdt.c			genet_fdt
194
195# VMware Tools driver
196attach	vmt at fdt with vmt_fdt
197file	dev/fdt/vmt_fdt.c			vmt_fdt
198