b0ff3653c2
Armadillo-210 is subset model of Armadillo-9.
26 lines
709 B
Plaintext
26 lines
709 B
Plaintext
# $NetBSD: files.armadillo9,v 1.2 2006/02/06 14:03:22 hamajima Exp $
|
|
#
|
|
# First try for arm-specific configuration info
|
|
#
|
|
|
|
# Use the generic ARM soft interrupt code.
|
|
file arch/arm/arm/softintr.c
|
|
file arch/evbarm/armadillo/armadillo9_machdep.c
|
|
|
|
# EP93xx Processor CPU support
|
|
include "arch/arm/ep93xx/files.ep93xx"
|
|
|
|
attach epsoc at mainbus
|
|
|
|
attach epcom at epsoc with armadillo9com
|
|
file arch/evbarm/armadillo/armadillo9_com.c armadillo9com
|
|
|
|
device armadillo9iic: i2cbus, i2c_bitbang
|
|
attach armadillo9iic at epgpio
|
|
file arch/evbarm/armadillo/armadillo9_iic.c armadillo9iic
|
|
|
|
attach eppcic at epsoc with armadillo9pcic
|
|
file arch/evbarm/armadillo/armadillo9_pcic.c armadillo9pcic
|
|
|
|
include "dev/pcmcia/files.pcmcia"
|