1#
2# MPCSA evaluation board configuration info
3#
4
5# CPU support and integrated peripherals
6include "arch/arm/at91/files.at91"
7
8# board-specific startup source file
9file	arch/evbarm/mpcsa/mpcsa_machdep.c
10
11# CF support
12attach	at91cf at at91bus with mpcsa_cf
13file	arch/evbarm/mpcsa/mpcsa_cf.c		mpcsa_cf
14
15# SPI
16attach	at91spi at at91bus with mpcsa_spi
17file	arch/evbarm/mpcsa/mpcsa_spi.c		mpcsa_spi
18
19device	mpcsa_leds: gpiobus
20attach	mpcsa_leds at spi
21file	arch/evbarm/mpcsa/mpcsa_leds.c		mpcsa_leds
22
23# USART
24attach	at91usart at at91bus with mpcsa_usart
25file	arch/evbarm/mpcsa/mpcsa_usart.c		mpcsa_usart
26
27