std.atmel revision 237883
1227825Stheraven# $FreeBSD: head/sys/arm/at91/std.atmel 237883 2012-07-01 06:56:41Z imp $
2227825Stheraven
3227825Stheravenfiles		"../at91/files.at91"
4227825Stheravencpu		CPU_ARM9
5227825Stheravenmakeoptions	CONF_CFLAGS=-mcpu=arm9
6227825Stheravenoptions 	PHYSADDR=0x20000000
7227825Stheraven
8227825Stheraven# Supported SoCs for the at91 platform
9227825Stheravendevice		at91rm9200
10227825Stheravendevice		at91sam9260
11227825Stheravendevice		at91sam9g20
12227825Stheravendevice		at91sam9x25
13227825Stheraven
14227825Stheraven# bring in the sam specific timers and such
15227825Stheravendevice		at91sam9
16227825Stheraven