files.fdt revision 1.41
1# $NetBSD: files.fdt,v 1.41 2018/10/19 21:09:10 jakllsch Exp $
2
3include	"external/bsd/libfdt/conf/files.libfdt"
4
5defflag	opt_fdt.h				FDTBASE : libfdt, ofw_subr
6defflag	opt_fdt.h				FDT: FDTBASE
7
8define	fdt { [pass = 10] } : clk, pwm
9
10device	simplebus { } : fdt
11attach	simplebus at fdt
12file	dev/fdt/fdtbus.c			fdt
13
14device	fregulator
15attach	fregulator at fdt
16file	dev/fdt/fixedregulator.c		fregulator
17
18device	gregulator
19attach	gregulator at fdt
20file	dev/fdt/gpioregulator.c			gregulator
21
22device	fclock: clk
23attach	fclock at fdt
24file	dev/fdt/fixedclock.c			fclock
25
26device	ffclock: clk
27attach	ffclock at fdt
28file	dev/fdt/fixedfactorclock.c		ffclock
29
30device	gpiokeys: sysmon_envsys, sysmon_power, wskbddev, linux_keymap
31attach	gpiokeys at fdt
32file	dev/fdt/gpiokeys.c			gpiokeys
33
34device	gpioleds: leds
35attach	gpioleds at fdt
36file	dev/fdt/gpioleds.c			gpioleds
37
38file	dev/fdt/fdt_port.c			fdt_port
39
40device	connector: fdt_port
41attach	connector at fdt with fdt_connector
42file	dev/fdt/connector_fdt.c			fdt_connector
43
44device	panel: fdt_port
45attach	panel at fdt with fdt_panel
46file	dev/fdt/panel_fdt.c			fdt_panel
47
48file	dev/fdt/fdt_openfirm.c			fdtbase
49file	dev/fdt/fdt_subr.c			fdtbase
50file	dev/fdt/fdt_clock.c			fdt
51file	dev/fdt/fdt_dai.c			fdt
52file	dev/fdt/fdt_dma.c			fdt
53file	dev/fdt/fdt_gpio.c			fdt
54file	dev/fdt/fdt_i2c.c			fdt
55file	dev/fdt/fdt_intr.c			fdt
56file	dev/fdt/fdt_mmc_pwrseq.c		fdt
57file	dev/fdt/fdt_phy.c			fdt
58file	dev/fdt/fdt_power.c			fdt
59file	dev/fdt/fdt_pwm.c			fdt
60file	dev/fdt/fdt_regulator.c			fdt
61file	dev/fdt/fdt_reset.c			fdt
62file	dev/fdt/fdt_rtc.c			fdt
63file	dev/fdt/fdt_syscon.c			fdt
64file	dev/fdt/fdt_pinctrl.c			fdt
65
66device	cpus { } : fdt
67attach	cpus at fdt
68file	dev/fdt/cpus.c				cpus
69
70device	mmcpwrseq
71attach	mmcpwrseq at fdt
72file	dev/fdt/mmc_pwrseq_simple.c		mmcpwrseq
73
74device	syscon { } : fdt
75attach	syscon at fdt
76file	dev/fdt/syscon.c			syscon
77
78device	pwmbacklight
79attach	pwmbacklight at fdt
80file	dev/fdt/pwm_backlight.c			pwmbacklight
81
82device	pwmfan
83attach	pwmfan at fdt
84file	dev/fdt/pwm_fan.c			pwmfan
85
86device	ausoc: audiobus
87attach	ausoc at fdt
88file	dev/fdt/ausoc.c				ausoc
89
90define	fdt_display_timing
91file	dev/fdt/display_timing.c		fdt_display_timing
92
93# Display controller
94attach	genfb at fdt with simplefb
95file	dev/fdt/simplefb.c			simplefb
96
97# Designware APB UART
98attach	com at fdt with dw_apb_uart
99file	dev/fdt/dw_apb_uart.c			dw_apb_uart
100
101# Designware USB2 OTG
102attach	dwctwo at fdt with dwc2_fdt
103file	dev/fdt/dwc2_fdt.c			dwc2_fdt
104
105# Designware USB3 XHCI
106attach	xhci at fdt with dwc3_fdt
107file	dev/fdt/dwc3_fdt.c			dwc3_fdt
108
109# Designware SD/MMC
110attach	dwcmmc at fdt with dwcmmc_fdt
111file	dev/fdt/dwcmmc_fdt.c			dwcmmc_fdt
112
113# Designware Watchdog Timer
114device	dwcwdt: sysmon_wdog
115attach	dwcwdt at fdt with dwcwdt_fdt
116file	dev/fdt/dwcwdt_fdt.c			dwcwdt_fdt
117
118# Virtio virtio,mmio
119attach	virtio at fdt with virtio_mmio_fdt:	virtio_mmio
120file	dev/fdt/virtio_mmio_fdt.c		virtio_mmio_fdt
121
122# QEMU Firmware Configuration (fw_cfg) device
123attach 	qemufwcfg at fdt with qemufwcfg_fdt
124file	dev/fdt/qemufwcfg_fdt.c			qemufwcfg_fdt
125
126# ARM PrimeCell General Purpose Input/Output (PL061)
127attach 	plgpio at fdt with plgpio_fdt
128file	dev/fdt/pl061gpio_fdt.c			plgpio_fdt
129
130# AHCI SATA controller
131attach	ahcisata at fdt with ahcisata_fdt
132file	dev/fdt/ahcisata_fdt.c			ahcisata_fdt
133
134# Designware I2C
135attach 	dwiic at fdt with dwiic_fdt
136file	dev/fdt/dwiic_fdt.c			dwiic_fdt
137
138# AMD Cryptographic Coprocessor
139attach	amdccp at fdt with amdccp_fdt
140file	dev/fdt/amdccp_fdt.c			amdccp_fdt
141