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