Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.12
      1 # $NetBSD: files.fdt,v 1.12 2017/06/28 23:48:22 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 attach	aaci at fdt with aaci_fdt
     36 file	arch/arm/fdt/aaci_fdt.c			aaci_fdt
     37 
     38 attach	plrtc at fdt with plrtc_fdt
     39 file	arch/arm/fdt/plrtc_fdt.c		plrtc_fdt
     40 
     41 attach	psci at fdt with psci_fdt
     42 file	arch/arm/fdt/psci_fdt.c			psci_fdt
     43 
     44 # Console parameters
     45 defparam opt_fdt_arm.h				CONSADDR
     46