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