AP96 revision 234219
1#
2# Specific board setup for the Atheros AP96 reference board.
3#
4# The AP96 has the following hardware:
5#
6# + AR7161 CPU SoC
7# + AR9223 2.4GHz 11n
8# + AR9220 5GHz 11n
9# + AR8316 10/100/1000 switch
10# + m25p64 based 8MB flash
11# + 64mb RAM
12# + uboot environment
13
14# $FreeBSD: head/sys/mips/conf/AP96 234219 2012-04-13 08:52:25Z adrian $
15
16include		"AR71XX_BASE"
17ident		"AP96"
18hints		"AP96.hints"
19
20# GEOM modules
21device		geom_redboot	# to get access to the SPI flash partitions
22device		geom_uzip	# compressed in-memory filesystem hackery!
23options		GEOM_UZIP
24
25options		ROOTDEVNAME=\"ufs:md0.uzip\"
26options		AR71XX_REALMEM=64*1024*1024
27
28# options		MD_ROOT
29# options		MD_ROOT_SIZE="6144"
30
31options		AR71XX_ATH_EEPROM
32device		firmware
33