Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.2
      1  1.2  jmcneill # $NetBSD: files.fdt,v 1.2 2017/05/28 00:40:20 jmcneill Exp $
      2  1.1  jmcneill 
      3  1.2  jmcneill device	armv7fdt { }: bus_space_generic, fdtbus
      4  1.2  jmcneill attach	armv7fdt at root with armv7_fdt
      5  1.2  jmcneill file	arch/arm/fdt/armv7_fdt.c		armv7_fdt
      6  1.2  jmcneill 
      7  1.2  jmcneill attach	cpu at cpus with cpu_fdt
      8  1.2  jmcneill file	arch/arm/fdt/cpu_fdt.c			cpu_fdt
      9  1.2  jmcneill 
     10  1.2  jmcneill device	gtmr: mpcorebus
     11  1.2  jmcneill attach	gtmr at fdt with gtmr_fdt
     12  1.2  jmcneill file	arch/arm/fdt/gtmr_fdt.c			gtmr_fdt
     13  1.2  jmcneill 
     14  1.2  jmcneill device  gic: mpcorebus
     15  1.1  jmcneill attach  gic at fdt with gic_fdt
     16  1.1  jmcneill file    arch/arm/fdt/gic_fdt.c             	gic_fdt
     17