Home | History | Annotate | Line # | Download | only in rockchip
files.rockchip revision 1.1
      1  1.1  jmcneill #	$NetBSD: files.rockchip,v 1.1 2014/12/26 16:53:33 jmcneill Exp $
      2  1.1  jmcneill #
      3  1.1  jmcneill # Configuration info for Rockchip ARM Peripherals
      4  1.1  jmcneill #
      5  1.1  jmcneill 
      6  1.1  jmcneill include "arch/arm/pic/files.pic"
      7  1.1  jmcneill include "arch/arm/cortex/files.cortex"
      8  1.1  jmcneill 
      9  1.1  jmcneill file	arch/arm/arm32/arm32_boot.c
     10  1.1  jmcneill file	arch/arm/arm32/arm32_kvminit.c
     11  1.1  jmcneill file	arch/arm/arm32/arm32_reboot.c
     12  1.1  jmcneill file	arch/arm/arm32/irq_dispatch.S
     13  1.1  jmcneill 
     14  1.1  jmcneill file	arch/arm/rockchip/rockchip_space.c	obio
     15  1.1  jmcneill #file	arch/arm/rockchip/rockchip_a4x_space.c	obio
     16  1.1  jmcneill file	arch/arm/rockchip/rockchip_dma.c
     17  1.1  jmcneill file	arch/arm/arm/bus_space_a4x.S		obio
     18  1.1  jmcneill 
     19  1.1  jmcneill # On-board I/O
     20  1.1  jmcneill device obio {[addr = -1], [size = -1], [width = -1], [intr = -1], [mult = 1]}: bus_space_generic
     21  1.1  jmcneill attach obio at mainbus
     22  1.1  jmcneill file arch/arm/rockchip/obio.c		obio
     23  1.1  jmcneill 
     24  1.1  jmcneill # serial
     25  1.1  jmcneill attach com at obio with obiouart
     26  1.1  jmcneill file	arch/arm/rockchip/obio_com.c	obiouart
     27  1.1  jmcneill 
     28  1.1  jmcneill # SDHC
     29  1.1  jmcneill #attach	sdhc at obio with rksdhc
     30  1.1  jmcneill #file	arch/arm/rockchip/rockchip_sdhc.c	rksdhc
     31  1.1  jmcneill 
     32  1.1  jmcneill # USB OTG (Synopsys DesignWave OTG)
     33  1.1  jmcneill attach  dwctwo at obio with rkdwctwo
     34  1.1  jmcneill file    arch/arm/rockchip/rockchip_dwctwo.c	rkdwctwo	needs-flag
     35  1.1  jmcneill 
     36  1.1  jmcneill # Console parameters
     37  1.1  jmcneill defparam opt_rockchip.h			CONADDR
     38  1.1  jmcneill defparam opt_rockchip.h			CONSPEED
     39  1.1  jmcneill defparam opt_rockchip.h			CONMODE
     40  1.1  jmcneill 
     41  1.1  jmcneill # Memory parameters
     42  1.1  jmcneill defparam opt_rockchip.h			MEMSIZE
     43