summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.at91sam9g45
blob: 52876bfed66042c1989de8eb6bf4f7d6710e80c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$
#
# Unlike other Atmel SoCs, which have their SDRAM at CS1, the
# at91sam9g45 family has it on CS6, so PHYSADDR must be adjusted
# accordingly.  The at91sam9g45, at91sam9g46, at91sam9m10 and at91sam9m11
# SoCs are members of this family.

files		"../at91/files.at91"
cpu		CPU_ARM9
machine 	arm
makeoptions	CONF_CFLAGS=-mcpu=arm9
options 	PHYSADDR=0x70000000
options		NO_EVENTTIMERS

# bring in the sam specific timers and such
device		at91sam9
OpenPOWER on IntegriCloud