diff options
author | Olivier Houchard <cognet@FreeBSD.org> | 2010-10-06 22:40:27 +0000 |
---|---|---|
committer | Olivier Houchard <cognet@FreeBSD.org> | 2010-10-06 22:40:27 +0000 |
commit | d1a346128f4460687c3a2ffb4a9062c445359fa7 (patch) | |
tree | 010ee20a0e63d75a94eab678b3d2218f57017895 /sys/arm/at91/std.qila9g20 | |
parent | 9195433fdcdd432e291d50211db1c5dedecb243a (diff) |
Add support for the AT91SAM9260
Submitted by: Greg Ansley
Notes
Notes:
svn path=/head/; revision=213498
Diffstat (limited to 'sys/arm/at91/std.qila9g20')
-rw-r--r-- | sys/arm/at91/std.qila9g20 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/arm/at91/std.qila9g20 b/sys/arm/at91/std.qila9g20 new file mode 100644 index 000000000000..007cdf5f8ba6 --- /dev/null +++ b/sys/arm/at91/std.qila9g20 @@ -0,0 +1,11 @@ +#$FreeBSD$ +include "../at91/std.at91sam9" + +options STARTUP_PAGETABLE_ADDR=0x20800000 +makeoptions KERNPHYSADDR=0x20000000 +makeoptions KERNVIRTADDR=0xc0000000 +options KERNPHYSADDR=0x20000000 +options KERNVIRTADDR=0xc0000000 +options AT91C_MASTER_CLOCK=((12000000*133)/12) + +device at91_board_qila9g20 |