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