summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.at91sam9g45
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2012-07-26 08:01:25 +0000
committerandrew <andrew@FreeBSD.org>2012-07-26 08:01:25 +0000
commitab76299bf91c637be92880977cbd2e6fcb198045 (patch)
treeb533679dee6da783dd8c09c9da14e74960f03a11 /sys/arm/at91/std.at91sam9g45
parent8ebd4a20e01aa98aaab356ac5af5fdd0544153c3 (diff)
downloadFreeBSD-src-ab76299bf91c637be92880977cbd2e6fcb198045.zip
FreeBSD-src-ab76299bf91c637be92880977cbd2e6fcb198045.tar.gz
Add support for the Atmel AT91SAM9G45 CPU.
Reviewed by: imp
Diffstat (limited to 'sys/arm/at91/std.at91sam9g45')
-rw-r--r--sys/arm/at91/std.at91sam9g4511
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/arm/at91/std.at91sam9g45 b/sys/arm/at91/std.at91sam9g45
new file mode 100644
index 0000000..fe07bf1
--- /dev/null
+++ b/sys/arm/at91/std.at91sam9g45
@@ -0,0 +1,11 @@
+# $FreeBSD$
+#
+# PHYSADDR is different on at91sam9g45 than the other at91sam SoCs
+
+files "../at91/files.at91"
+cpu CPU_ARM9
+makeoptions CONF_CFLAGS=-mcpu=arm9
+options PHYSADDR=0x70000000
+
+# bring in the sam specific timers and such
+device at91sam9
OpenPOWER on IntegriCloud