Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.9
      1 # $NetBSD: files.fdt,v 1.9 2017/06/03 17:05:23 jmcneill Exp $
      2 
      3 include	"dev/pckbport/files.pckbport"
      4 
      5 device	armfdt { }: bus_space_generic, fdtbus
      6 attach	armfdt at root with arm_fdt
      7 file	arch/arm/fdt/arm_fdt.c			arm_fdt
      8 
      9 attach	cpu at cpus with cpu_fdt
     10 file	arch/arm/fdt/cpu_fdt.c			cpu_fdt
     11 
     12 device	gtmr: mpcorebus
     13 attach	gtmr at fdt with gtmr_fdt
     14 file	arch/arm/fdt/gtmr_fdt.c			gtmr_fdt
     15 
     16 device  gic: mpcorebus
     17 attach  gic at fdt with gic_fdt
     18 file    arch/arm/fdt/gic_fdt.c             	gic_fdt
     19 
     20 attach	plcom at fdt with plcom_fdt
     21 file	arch/arm/fdt/plcom_fdt.c		plcom_fdt
     22 
     23 attach	genfb at fdt with plfb_fdt: fdt_display_timing
     24 file	arch/arm/fdt/plfb_fdt.c			plfb_fdt
     25 
     26 attach	plkmi at fdt with plkmi_fdt
     27 file	arch/arm/fdt/plkmi_fdt.c		plkmi_fdt
     28 
     29 attach	plmmc at fdt with plmmc_fdt
     30 file	arch/arm/fdt/plmmc_fdt.c		plmmc_fdt
     31 
     32 attach	smsh at fdt with smsh_fdt
     33 file	arch/arm/fdt/smsh_fdt.c			smsh_fdt
     34 
     35 # Console parameters
     36 defparam opt_fdt_arm.h				CONSADDR
     37