23 lines
553 B
Plaintext
23 lines
553 B
Plaintext
# $NetBSD: files.tisdp24xx,v 1.2 2008/04/27 18:58:46 matt Exp $
|
|
#
|
|
# TI OMAP2 evaluation board configuration info
|
|
#
|
|
|
|
file arch/evbarm/tisdp24xx/sdp24xx_machdep.c
|
|
|
|
# Kernel boot arguments
|
|
defparam opt_machdep.h BOOT_ARGS
|
|
|
|
# CPU support and integrated peripherals
|
|
include "arch/arm/omap/files.omap2"
|
|
|
|
# SMSC LAN91C96
|
|
attach sm at gpmc with sm_gpmc
|
|
file arch/evbarm/tisdp24xx/if_sm_gpmc.c sm_gpmc
|
|
|
|
# NS16550 compatible serial ports
|
|
attach com at obio with obiouart
|
|
file arch/arm/omap/obio_com.c obiouart
|
|
defparam opt_com.h CONSADDR CONSPEED CONMODE
|
|
|