summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91reg.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-01 02:55:42 +0000
committerimp <imp@FreeBSD.org>2012-06-01 02:55:42 +0000
commitefd4b91d2ad754279cdcf0d60327eb7eea86523a (patch)
tree770e2102502eadbba882cf074fa93784b15e80d6 /sys/arm/at91/at91reg.h
parent561f6739ea31a62502eb6920aacd8d77195503b7 (diff)
downloadFreeBSD-src-efd4b91d2ad754279cdcf0d60327eb7eea86523a.zip
FreeBSD-src-efd4b91d2ad754279cdcf0d60327eb7eea86523a.tar.gz
Initialize the clocks before we call cninit() so that the serial
console so initialized will work upon return from cninit. While this is the very next line, other platforms setup all this stuff before calling cninit. Also, initialize the SDRAM base register in the inner block in at91_ramsize().
Diffstat (limited to 'sys/arm/at91/at91reg.h')
-rw-r--r--sys/arm/at91/at91reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/at91/at91reg.h b/sys/arm/at91/at91reg.h
index 7493de8..0cd7163 100644
--- a/sys/arm/at91/at91reg.h
+++ b/sys/arm/at91/at91reg.h
@@ -67,6 +67,7 @@
#define AT91_CPU_SAM9XE128 0x329973a0
#define AT91_CPU_SAM9XE256 0x329a93a0
#define AT91_CPU_SAM9XE512 0x329aa3a0
+#define AT91_CPU_SAM9X25 0x819a05a0 /* Same as the SAM9G35 */
#define AT91_ARCH(chipid) ((chipid >> 20) & 0xff)
#define AT91_CPU(chipid) (chipid & ~AT91_CPU_VERSION_MASK)
OpenPOWER on IntegriCloud