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