Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.6
      1 # $NetBSD: files.fdt,v 1.6 2017/06/02 11:04:01 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 
     18 attach	plmmc at fdt with plmmc_fdt
     19 file	arch/arm/fdt/plmmc_fdt.c		plmmc_fdt
     20 
     21 attach	smsh at fdt with smsh_fdt
     22 file	arch/arm/fdt/smsh_fdt.c			smsh_fdt
     23 
     24 # Console parameters
     25 defparam opt_fdt_arm.h				CONSADDR
     26