1238788Sandrew# $FreeBSD: releng/10.2/sys/arm/at91/std.at91sam9g45 239362 2012-08-18 05:48:19Z andrew $
2238788Sandrew#
3238921Simp# Unlike other Atmel SoCs, which have their SDRAM at CS1, the
4238921Simp# at91sam9g45 family has it on CS6, so PHYSADDR must be adjusted
5238921Simp# accordingly.  The at91sam9g45, at91sam9g46, at91sam9m10 and at91sam9m11
6238921Simp# SoCs are members of this family.
7238788Sandrew
8238788Sandrewfiles		"../at91/files.at91"
9238788Sandrewcpu		CPU_ARM9
10239362Sandrewmachine 	arm
11238788Sandrewmakeoptions	CONF_CFLAGS=-mcpu=arm9
12238788Sandrewoptions 	PHYSADDR=0x70000000
13239308Sgonzooptions		NO_EVENTTIMERS
14238788Sandrew
15238788Sandrew# bring in the sam specific timers and such
16238788Sandrewdevice		at91sam9
17