1# $FreeBSD: releng/10.3/sys/arm/at91/std.at91sam9g45 239362 2012-08-18 05:48:19Z andrew $
2#
3# Unlike other Atmel SoCs, which have their SDRAM at CS1, the
4# at91sam9g45 family has it on CS6, so PHYSADDR must be adjusted
5# accordingly.  The at91sam9g45, at91sam9g46, at91sam9m10 and at91sam9m11
6# SoCs are members of this family.
7
8files		"../at91/files.at91"
9cpu		CPU_ARM9
10machine 	arm
11makeoptions	CONF_CFLAGS=-mcpu=arm9
12options 	PHYSADDR=0x70000000
13options		NO_EVENTTIMERS
14
15# bring in the sam specific timers and such
16device		at91sam9
17