Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.47
      1  1.47  jmcneill # $NetBSD: files.fdt,v 1.47 2019/10/30 21:37:56 jmcneill Exp $
      2   1.1  jmcneill 
      3   1.1  jmcneill include	"external/bsd/libfdt/conf/files.libfdt"
      4   1.1  jmcneill 
      5  1.39     skrll defflag	opt_fdt.h				FDTBASE : libfdt, ofw_subr
      6  1.39     skrll defflag	opt_fdt.h				FDT: FDTBASE
      7   1.1  jmcneill 
      8  1.35  jmcneill define	fdt { [pass = 10] } : clk, pwm
      9   1.1  jmcneill 
     10  1.35  jmcneill device	simplebus { } : fdt
     11  1.35  jmcneill 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.42  jmcneill device	dispcon: fdt_port, drmkms, ddc_read_edid
     49  1.42  jmcneill attach	dispcon at fdt with dispcon_hdmi
     50  1.42  jmcneill file	dev/fdt/hdmi_connector.c		dispcon_hdmi
     51  1.42  jmcneill 
     52  1.39     skrll file	dev/fdt/fdt_openfirm.c			fdtbase
     53  1.39     skrll file	dev/fdt/fdt_subr.c			fdtbase
     54  1.35  jmcneill file	dev/fdt/fdt_clock.c			fdt
     55  1.35  jmcneill file	dev/fdt/fdt_dai.c			fdt
     56  1.35  jmcneill file	dev/fdt/fdt_dma.c			fdt
     57  1.35  jmcneill file	dev/fdt/fdt_gpio.c			fdt
     58  1.35  jmcneill file	dev/fdt/fdt_i2c.c			fdt
     59  1.35  jmcneill file	dev/fdt/fdt_intr.c			fdt
     60  1.35  jmcneill file	dev/fdt/fdt_mmc_pwrseq.c		fdt
     61  1.35  jmcneill file	dev/fdt/fdt_phy.c			fdt
     62  1.35  jmcneill file	dev/fdt/fdt_power.c			fdt
     63  1.35  jmcneill file	dev/fdt/fdt_pwm.c			fdt
     64  1.35  jmcneill file	dev/fdt/fdt_regulator.c			fdt
     65  1.35  jmcneill file	dev/fdt/fdt_reset.c			fdt
     66  1.35  jmcneill file	dev/fdt/fdt_rtc.c			fdt
     67  1.45       tnn file	dev/fdt/fdt_spi.c			fdt
     68  1.35  jmcneill file	dev/fdt/fdt_syscon.c			fdt
     69  1.35  jmcneill file	dev/fdt/fdt_pinctrl.c			fdt
     70  1.13  jmcneill 
     71  1.35  jmcneill device	cpus { } : fdt
     72  1.13  jmcneill attach	cpus at fdt
     73  1.13  jmcneill file	dev/fdt/cpus.c				cpus
     74  1.16  jmcneill 
     75  1.22  jmcneill device	mmcpwrseq
     76  1.43  jmcneill attach	mmcpwrseq at fdt with mmcpwrseq_simple
     77  1.43  jmcneill file	dev/fdt/mmc_pwrseq_simple.c		mmcpwrseq_simple
     78  1.43  jmcneill attach	mmcpwrseq at fdt with mmcpwrseq_emmc
     79  1.43  jmcneill file	dev/fdt/mmc_pwrseq_emmc.c		mmcpwrseq_emmc
     80  1.22  jmcneill 
     81  1.35  jmcneill device	syscon { } : fdt
     82  1.34  jmcneill attach	syscon at fdt
     83  1.34  jmcneill file	dev/fdt/syscon.c			syscon
     84  1.34  jmcneill 
     85  1.46  jmcneill device	pinctrl
     86  1.46  jmcneill attach	pinctrl at fdt with pinctrl_single
     87  1.46  jmcneill file	dev/fdt/pinctrl_single.c		pinctrl_single
     88  1.46  jmcneill 
     89  1.25  jmcneill device	pwmbacklight
     90  1.25  jmcneill attach	pwmbacklight at fdt
     91  1.25  jmcneill file	dev/fdt/pwm_backlight.c			pwmbacklight
     92  1.25  jmcneill 
     93  1.36  jmcneill device	pwmfan
     94  1.36  jmcneill attach	pwmfan at fdt
     95  1.36  jmcneill file	dev/fdt/pwm_fan.c			pwmfan
     96  1.36  jmcneill 
     97  1.26  jmcneill device	ausoc: audiobus
     98  1.26  jmcneill attach	ausoc at fdt
     99  1.26  jmcneill file	dev/fdt/ausoc.c				ausoc
    100  1.26  jmcneill 
    101  1.16  jmcneill define	fdt_display_timing
    102  1.16  jmcneill file	dev/fdt/display_timing.c		fdt_display_timing
    103  1.24  jmcneill 
    104  1.28  jmcneill # Display controller
    105  1.28  jmcneill attach	genfb at fdt with simplefb
    106  1.28  jmcneill file	dev/fdt/simplefb.c			simplefb
    107  1.28  jmcneill 
    108  1.27  jmcneill # Designware APB UART
    109  1.27  jmcneill attach	com at fdt with dw_apb_uart
    110  1.27  jmcneill file	dev/fdt/dw_apb_uart.c			dw_apb_uart
    111  1.27  jmcneill 
    112  1.32  jmcneill # Designware USB2 OTG
    113  1.32  jmcneill attach	dwctwo at fdt with dwc2_fdt
    114  1.32  jmcneill file	dev/fdt/dwc2_fdt.c			dwc2_fdt
    115  1.32  jmcneill 
    116  1.24  jmcneill # Designware USB3 XHCI
    117  1.24  jmcneill attach	xhci at fdt with dwc3_fdt
    118  1.24  jmcneill file	dev/fdt/dwc3_fdt.c			dwc3_fdt
    119  1.29  jakllsch 
    120  1.32  jmcneill # Designware SD/MMC
    121  1.32  jmcneill attach	dwcmmc at fdt with dwcmmc_fdt
    122  1.32  jmcneill file	dev/fdt/dwcmmc_fdt.c			dwcmmc_fdt
    123  1.32  jmcneill 
    124  1.33  jmcneill # Designware Watchdog Timer
    125  1.33  jmcneill device	dwcwdt: sysmon_wdog
    126  1.33  jmcneill attach	dwcwdt at fdt with dwcwdt_fdt
    127  1.33  jmcneill file	dev/fdt/dwcwdt_fdt.c			dwcwdt_fdt
    128  1.33  jmcneill 
    129  1.29  jakllsch # Virtio virtio,mmio
    130  1.29  jakllsch attach	virtio at fdt with virtio_mmio_fdt:	virtio_mmio
    131  1.29  jakllsch file	dev/fdt/virtio_mmio_fdt.c		virtio_mmio_fdt
    132  1.30  jakllsch 
    133  1.30  jakllsch # QEMU Firmware Configuration (fw_cfg) device
    134  1.30  jakllsch attach 	qemufwcfg at fdt with qemufwcfg_fdt
    135  1.30  jakllsch file	dev/fdt/qemufwcfg_fdt.c			qemufwcfg_fdt
    136  1.31  jakllsch 
    137  1.40  jmcneill # ARM PrimeCell General Purpose Input/Output (PL061)
    138  1.40  jmcneill attach 	plgpio at fdt with plgpio_fdt
    139  1.40  jmcneill file	dev/fdt/pl061gpio_fdt.c			plgpio_fdt
    140  1.37  jmcneill 
    141  1.37  jmcneill # AHCI SATA controller
    142  1.37  jmcneill attach	ahcisata at fdt with ahcisata_fdt
    143  1.37  jmcneill file	dev/fdt/ahcisata_fdt.c			ahcisata_fdt
    144  1.38  jakllsch 
    145  1.38  jakllsch # Designware I2C
    146  1.38  jakllsch attach 	dwiic at fdt with dwiic_fdt
    147  1.38  jakllsch file	dev/fdt/dwiic_fdt.c			dwiic_fdt
    148  1.41  jakllsch 
    149  1.41  jakllsch # AMD Cryptographic Coprocessor
    150  1.41  jakllsch attach	amdccp at fdt with amdccp_fdt
    151  1.41  jakllsch file	dev/fdt/amdccp_fdt.c			amdccp_fdt
    152  1.44  jmcneill 
    153  1.44  jmcneill # Arasan SDHCI controller
    154  1.44  jmcneill attach	sdhc at fdt with arasan_sdhc_fdt
    155  1.44  jmcneill file	dev/fdt/arasan_sdhc_fdt.c		arasan_sdhc_fdt
    156  1.47  jmcneill 
    157  1.47  jmcneill # Generic USB PHY
    158  1.47  jmcneill device	usbnopphy
    159  1.47  jmcneill attach	usbnopphy at fdt
    160  1.47  jmcneill file	dev/fdt/usbnopphy.c			usbnopphy
    161