Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.14
      1  1.14  jmcneill # $NetBSD: files.fdt,v 1.14 2017/05/28 15:55:11 jmcneill 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.6  jmcneill define	fdtbus { } : clk
      8   1.1  jmcneill 
      9  1.11  jmcneill device	fdt { [pass = 10] } : fdtbus
     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	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.9  jmcneill device	fclock: clk
     18   1.9  jmcneill attach	fclock at fdt
     19   1.9  jmcneill file	dev/fdt/fixedclock.c			fclock
     20   1.9  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   1.5  jmcneill file	dev/fdt/fdt_clock.c			fdtbus
     28  1.12  jmcneill file	dev/fdt/fdt_dma.c			fdtbus
     29   1.3  jmcneill file	dev/fdt/fdt_gpio.c			fdtbus
     30   1.3  jmcneill file	dev/fdt/fdt_i2c.c			fdtbus
     31   1.3  jmcneill file	dev/fdt/fdt_intr.c			fdtbus
     32  1.14  jmcneill file	dev/fdt/fdt_power.c			fdtbus
     33   1.3  jmcneill file	dev/fdt/fdt_regulator.c			fdtbus
     34   1.5  jmcneill file	dev/fdt/fdt_reset.c			fdtbus
     35  1.10  jmcneill file	dev/fdt/fdt_rtc.c			fdtbus
     36   1.7     marty file	dev/fdt/fdt_pinctrl.c			fdtbus
     37  1.13  jmcneill 
     38  1.13  jmcneill device	cpus { } : fdtbus
     39  1.13  jmcneill attach	cpus at fdt
     40  1.13  jmcneill file	dev/fdt/cpus.c				cpus
     41