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