Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.2
      1  1.2  jmcneill # $NetBSD: files.fdt,v 1.2 2015/12/14 20:58:45 jmcneill Exp $
      2  1.1  jmcneill 
      3  1.1  jmcneill include	"external/bsd/libfdt/conf/files.libfdt"
      4  1.1  jmcneill 
      5  1.1  jmcneill defflag	opt_fdt.h				FDT: libfdt
      6  1.1  jmcneill 
      7  1.1  jmcneill define	fdtbus { }
      8  1.1  jmcneill 
      9  1.1  jmcneill device	fdt { }
     10  1.1  jmcneill attach	fdt at fdtbus
     11  1.1  jmcneill file	dev/fdt/fdtbus.c			fdt
     12  1.1  jmcneill 
     13  1.1  jmcneill device	simplebus : fdtbus
     14  1.1  jmcneill attach	simplebus at fdt
     15  1.1  jmcneill file	dev/fdt/simplebus.c			simplebus
     16  1.1  jmcneill 
     17  1.1  jmcneill device	fregulator
     18  1.1  jmcneill attach	fregulator at fdt
     19  1.1  jmcneill file	dev/fdt/fixedregulator.c		fregulator
     20  1.1  jmcneill 
     21  1.2  jmcneill device	gpiokeys
     22  1.2  jmcneill attach	gpiokeys at fdt
     23  1.2  jmcneill file	dev/fdt/gpiokeys.c			gpiokeys
     24  1.2  jmcneill 
     25  1.1  jmcneill file	dev/fdt/fdt_openfirm.c			fdtbus
     26  1.1  jmcneill file	dev/fdt/fdt_subr.c			fdtbus
     27