1# $NetBSD: files.fdt,v 1.47 2019/10/30 21:37:56 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 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 48device dispcon: fdt_port, drmkms, ddc_read_edid 49attach dispcon at fdt with dispcon_hdmi 50file dev/fdt/hdmi_connector.c dispcon_hdmi 51 52file dev/fdt/fdt_openfirm.c fdtbase 53file dev/fdt/fdt_subr.c fdtbase 54file dev/fdt/fdt_clock.c fdt 55file dev/fdt/fdt_dai.c fdt 56file dev/fdt/fdt_dma.c fdt 57file dev/fdt/fdt_gpio.c fdt 58file dev/fdt/fdt_i2c.c fdt 59file dev/fdt/fdt_intr.c fdt 60file dev/fdt/fdt_mmc_pwrseq.c fdt 61file dev/fdt/fdt_phy.c fdt 62file dev/fdt/fdt_power.c fdt 63file dev/fdt/fdt_pwm.c fdt 64file dev/fdt/fdt_regulator.c fdt 65file dev/fdt/fdt_reset.c fdt 66file dev/fdt/fdt_rtc.c fdt 67file dev/fdt/fdt_spi.c fdt 68file dev/fdt/fdt_syscon.c fdt 69file dev/fdt/fdt_pinctrl.c fdt 70 71device cpus { } : fdt 72attach cpus at fdt 73file dev/fdt/cpus.c cpus 74 75device mmcpwrseq 76attach mmcpwrseq at fdt with mmcpwrseq_simple 77file dev/fdt/mmc_pwrseq_simple.c mmcpwrseq_simple 78attach mmcpwrseq at fdt with mmcpwrseq_emmc 79file dev/fdt/mmc_pwrseq_emmc.c mmcpwrseq_emmc 80 81device syscon { } : fdt 82attach syscon at fdt 83file dev/fdt/syscon.c syscon 84 85device pinctrl 86attach pinctrl at fdt with pinctrl_single 87file dev/fdt/pinctrl_single.c pinctrl_single 88 89device pwmbacklight 90attach pwmbacklight at fdt 91file dev/fdt/pwm_backlight.c pwmbacklight 92 93device pwmfan 94attach pwmfan at fdt 95file dev/fdt/pwm_fan.c pwmfan 96 97device ausoc: audiobus 98attach ausoc at fdt 99file dev/fdt/ausoc.c ausoc 100 101define fdt_display_timing 102file dev/fdt/display_timing.c fdt_display_timing 103 104# Display controller 105attach genfb at fdt with simplefb 106file dev/fdt/simplefb.c simplefb 107 108# Designware APB UART 109attach com at fdt with dw_apb_uart 110file dev/fdt/dw_apb_uart.c dw_apb_uart 111 112# Designware USB2 OTG 113attach dwctwo at fdt with dwc2_fdt 114file dev/fdt/dwc2_fdt.c dwc2_fdt 115 116# Designware USB3 XHCI 117attach xhci at fdt with dwc3_fdt 118file dev/fdt/dwc3_fdt.c dwc3_fdt 119 120# Designware SD/MMC 121attach dwcmmc at fdt with dwcmmc_fdt 122file dev/fdt/dwcmmc_fdt.c dwcmmc_fdt 123 124# Designware Watchdog Timer 125device dwcwdt: sysmon_wdog 126attach dwcwdt at fdt with dwcwdt_fdt 127file dev/fdt/dwcwdt_fdt.c dwcwdt_fdt 128 129# Virtio virtio,mmio 130attach virtio at fdt with virtio_mmio_fdt: virtio_mmio 131file dev/fdt/virtio_mmio_fdt.c virtio_mmio_fdt 132 133# QEMU Firmware Configuration (fw_cfg) device 134attach qemufwcfg at fdt with qemufwcfg_fdt 135file dev/fdt/qemufwcfg_fdt.c qemufwcfg_fdt 136 137# ARM PrimeCell General Purpose Input/Output (PL061) 138attach plgpio at fdt with plgpio_fdt 139file dev/fdt/pl061gpio_fdt.c plgpio_fdt 140 141# AHCI SATA controller 142attach ahcisata at fdt with ahcisata_fdt 143file dev/fdt/ahcisata_fdt.c ahcisata_fdt 144 145# Designware I2C 146attach dwiic at fdt with dwiic_fdt 147file dev/fdt/dwiic_fdt.c dwiic_fdt 148 149# AMD Cryptographic Coprocessor 150attach amdccp at fdt with amdccp_fdt 151file dev/fdt/amdccp_fdt.c amdccp_fdt 152 153# Arasan SDHCI controller 154attach sdhc at fdt with arasan_sdhc_fdt 155file dev/fdt/arasan_sdhc_fdt.c arasan_sdhc_fdt 156 157# Generic USB PHY 158device usbnopphy 159attach usbnopphy at fdt 160file dev/fdt/usbnopphy.c usbnopphy 161