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