Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.22.4.7
      1  1.22.4.7  pgoyette # $NetBSD: files.fdt,v 1.22.4.7 2018/09/30 01:45:49 pgoyette Exp $
      2       1.1  jmcneill 
      3       1.1  jmcneill include	"external/bsd/libfdt/conf/files.libfdt"
      4       1.1  jmcneill 
      5       1.4  jmcneill defflag	opt_fdt.h				FDT: libfdt, ofw_subr
      6       1.1  jmcneill 
      7  1.22.4.5  pgoyette define	fdt { [pass = 10] } : clk, pwm
      8       1.1  jmcneill 
      9  1.22.4.5  pgoyette device	simplebus { } : fdt
     10  1.22.4.5  pgoyette attach	simplebus at fdt
     11       1.1  jmcneill file	dev/fdt/fdtbus.c			fdt
     12       1.1  jmcneill 
     13       1.1  jmcneill device	fregulator
     14       1.1  jmcneill attach	fregulator at fdt
     15       1.1  jmcneill file	dev/fdt/fixedregulator.c		fregulator
     16       1.1  jmcneill 
     17      1.20  jmcneill device	gregulator
     18      1.20  jmcneill attach	gregulator at fdt
     19      1.20  jmcneill file	dev/fdt/gpioregulator.c			gregulator
     20      1.20  jmcneill 
     21       1.9  jmcneill device	fclock: clk
     22       1.9  jmcneill attach	fclock at fdt
     23       1.9  jmcneill file	dev/fdt/fixedclock.c			fclock
     24       1.9  jmcneill 
     25      1.19  jmcneill device	ffclock: clk
     26      1.19  jmcneill attach	ffclock at fdt
     27      1.19  jmcneill file	dev/fdt/fixedfactorclock.c		ffclock
     28      1.19  jmcneill 
     29      1.21  jmcneill device	gpiokeys: sysmon_envsys, sysmon_power, wskbddev, linux_keymap
     30       1.2  jmcneill attach	gpiokeys at fdt
     31       1.2  jmcneill file	dev/fdt/gpiokeys.c			gpiokeys
     32       1.2  jmcneill 
     33      1.18  jmcneill device	gpioleds: leds
     34      1.18  jmcneill attach	gpioleds at fdt
     35      1.18  jmcneill file	dev/fdt/gpioleds.c			gpioleds
     36      1.18  jmcneill 
     37  1.22.4.1  pgoyette file	dev/fdt/fdt_port.c			fdt_port
     38  1.22.4.1  pgoyette 
     39  1.22.4.1  pgoyette device	connector: fdt_port
     40  1.22.4.1  pgoyette attach	connector at fdt with fdt_connector
     41  1.22.4.1  pgoyette file	dev/fdt/connector_fdt.c			fdt_connector
     42  1.22.4.1  pgoyette 
     43  1.22.4.1  pgoyette device	panel: fdt_port
     44  1.22.4.1  pgoyette attach	panel at fdt with fdt_panel
     45  1.22.4.1  pgoyette file	dev/fdt/panel_fdt.c			fdt_panel
     46  1.22.4.1  pgoyette 
     47  1.22.4.5  pgoyette file	dev/fdt/fdt_openfirm.c			fdt
     48  1.22.4.5  pgoyette file	dev/fdt/fdt_subr.c			fdt
     49  1.22.4.5  pgoyette file	dev/fdt/fdt_clock.c			fdt
     50  1.22.4.5  pgoyette file	dev/fdt/fdt_dai.c			fdt
     51  1.22.4.5  pgoyette file	dev/fdt/fdt_dma.c			fdt
     52  1.22.4.5  pgoyette file	dev/fdt/fdt_gpio.c			fdt
     53  1.22.4.5  pgoyette file	dev/fdt/fdt_i2c.c			fdt
     54  1.22.4.5  pgoyette file	dev/fdt/fdt_intr.c			fdt
     55  1.22.4.5  pgoyette file	dev/fdt/fdt_mmc_pwrseq.c		fdt
     56  1.22.4.5  pgoyette file	dev/fdt/fdt_phy.c			fdt
     57  1.22.4.5  pgoyette file	dev/fdt/fdt_power.c			fdt
     58  1.22.4.5  pgoyette file	dev/fdt/fdt_pwm.c			fdt
     59  1.22.4.5  pgoyette file	dev/fdt/fdt_regulator.c			fdt
     60  1.22.4.5  pgoyette file	dev/fdt/fdt_reset.c			fdt
     61  1.22.4.5  pgoyette file	dev/fdt/fdt_rtc.c			fdt
     62  1.22.4.5  pgoyette file	dev/fdt/fdt_syscon.c			fdt
     63  1.22.4.5  pgoyette file	dev/fdt/fdt_pinctrl.c			fdt
     64      1.13  jmcneill 
     65  1.22.4.5  pgoyette device	cpus { } : fdt
     66      1.13  jmcneill attach	cpus at fdt
     67      1.13  jmcneill file	dev/fdt/cpus.c				cpus
     68      1.16  jmcneill 
     69      1.22  jmcneill device	mmcpwrseq
     70      1.22  jmcneill attach	mmcpwrseq at fdt
     71      1.22  jmcneill file	dev/fdt/mmc_pwrseq_simple.c		mmcpwrseq
     72      1.22  jmcneill 
     73  1.22.4.5  pgoyette device	syscon { } : fdt
     74  1.22.4.5  pgoyette attach	syscon at fdt
     75  1.22.4.5  pgoyette file	dev/fdt/syscon.c			syscon
     76  1.22.4.5  pgoyette 
     77  1.22.4.3  pgoyette device	pwmbacklight
     78  1.22.4.3  pgoyette attach	pwmbacklight at fdt
     79  1.22.4.3  pgoyette file	dev/fdt/pwm_backlight.c			pwmbacklight
     80  1.22.4.3  pgoyette 
     81  1.22.4.5  pgoyette device	pwmfan
     82  1.22.4.5  pgoyette attach	pwmfan at fdt
     83  1.22.4.5  pgoyette file	dev/fdt/pwm_fan.c			pwmfan
     84  1.22.4.5  pgoyette 
     85  1.22.4.3  pgoyette device	ausoc: audiobus
     86  1.22.4.3  pgoyette attach	ausoc at fdt
     87  1.22.4.3  pgoyette file	dev/fdt/ausoc.c				ausoc
     88  1.22.4.3  pgoyette 
     89      1.16  jmcneill define	fdt_display_timing
     90      1.16  jmcneill file	dev/fdt/display_timing.c		fdt_display_timing
     91  1.22.4.2  pgoyette 
     92  1.22.4.4  pgoyette # Display controller
     93  1.22.4.4  pgoyette attach	genfb at fdt with simplefb
     94  1.22.4.4  pgoyette file	dev/fdt/simplefb.c			simplefb
     95  1.22.4.4  pgoyette 
     96  1.22.4.4  pgoyette # Designware APB UART
     97  1.22.4.4  pgoyette attach	com at fdt with dw_apb_uart
     98  1.22.4.4  pgoyette file	dev/fdt/dw_apb_uart.c			dw_apb_uart
     99  1.22.4.4  pgoyette 
    100  1.22.4.4  pgoyette # Designware USB2 OTG
    101  1.22.4.4  pgoyette attach	dwctwo at fdt with dwc2_fdt
    102  1.22.4.4  pgoyette file	dev/fdt/dwc2_fdt.c			dwc2_fdt
    103  1.22.4.4  pgoyette 
    104  1.22.4.2  pgoyette # Designware USB3 XHCI
    105  1.22.4.2  pgoyette attach	xhci at fdt with dwc3_fdt
    106  1.22.4.2  pgoyette file	dev/fdt/dwc3_fdt.c			dwc3_fdt
    107  1.22.4.4  pgoyette 
    108  1.22.4.4  pgoyette # Designware SD/MMC
    109  1.22.4.4  pgoyette attach	dwcmmc at fdt with dwcmmc_fdt
    110  1.22.4.4  pgoyette file	dev/fdt/dwcmmc_fdt.c			dwcmmc_fdt
    111  1.22.4.4  pgoyette 
    112  1.22.4.5  pgoyette # Designware Watchdog Timer
    113  1.22.4.5  pgoyette device	dwcwdt: sysmon_wdog
    114  1.22.4.5  pgoyette attach	dwcwdt at fdt with dwcwdt_fdt
    115  1.22.4.5  pgoyette file	dev/fdt/dwcwdt_fdt.c			dwcwdt_fdt
    116  1.22.4.5  pgoyette 
    117  1.22.4.4  pgoyette # Virtio virtio,mmio
    118  1.22.4.4  pgoyette attach	virtio at fdt with virtio_mmio_fdt:	virtio_mmio
    119  1.22.4.4  pgoyette file	dev/fdt/virtio_mmio_fdt.c		virtio_mmio_fdt
    120  1.22.4.4  pgoyette 
    121  1.22.4.4  pgoyette # QEMU Firmware Configuration (fw_cfg) device
    122  1.22.4.4  pgoyette attach 	qemufwcfg at fdt with qemufwcfg_fdt
    123  1.22.4.4  pgoyette file	dev/fdt/qemufwcfg_fdt.c			qemufwcfg_fdt
    124  1.22.4.4  pgoyette 
    125  1.22.4.4  pgoyette # ARM PrimeCell  General Purpose Input/Output (PL061)
    126  1.22.4.4  pgoyette device	pl061gpio: gpiobus
    127  1.22.4.4  pgoyette attach 	pl061gpio at fdt with pl061gpio_fdt
    128  1.22.4.4  pgoyette file	dev/fdt/pl061gpio_fdt.c			pl061gpio_fdt
    129  1.22.4.6  pgoyette 
    130  1.22.4.6  pgoyette # AHCI SATA controller
    131  1.22.4.6  pgoyette attach	ahcisata at fdt with ahcisata_fdt
    132  1.22.4.6  pgoyette file	dev/fdt/ahcisata_fdt.c			ahcisata_fdt
    133  1.22.4.7  pgoyette 
    134  1.22.4.7  pgoyette # Designware I2C
    135  1.22.4.7  pgoyette attach 	dwiic at fdt with dwiic_fdt
    136  1.22.4.7  pgoyette file	dev/fdt/dwiic_fdt.c			dwiic_fdt
    137