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