1272343Sngie#
2272343Sngie# Specific board setup for the Atheros AP94 reference board.
3272343Sngie#
4272343Sngie# The AP94 has the following hardware:
5272343Sngie#
6272343Sngie# + AR7161 CPU SoC
7272343Sngie# + AR9223 2.4GHz 11n
8272343Sngie# + AR9220 5GHz 11n
9272343Sngie# + AR8216 10/100 switch
10272343Sngie# + m25p64 based 8MB flash
11272343Sngie# + 32mb RAM
12272343Sngie# + uboot environment
13272343Sngie
14272343Sngie# $FreeBSD: releng/10.2/sys/mips/conf/AP94 266331 2014-05-17 17:34:37Z ian $
15272343Sngie
16272343Sngieinclude		"AR71XX_BASE"
17272343Sngieident		"AP94"
18272343Sngiehints		"AP94.hints"
19272343Sngie
20272343Sngie# GEOM modules
21272343Sngiedevice		geom_redboot	# to get access to the SPI flash partitions
22272343Sngiedevice		geom_uzip	# compressed in-memory filesystem hackery!
23272343Sngieoptions 	GEOM_UZIP
24272343Sngie
25272343Sngieoptions 	ROOTDEVNAME=\"ufs:md0.uzip\"
26272343Sngieoptions 	AR71XX_REALMEM=32*1024*1024
27272343Sngie
28272343Sngieoptions 	AR71XX_ENV_UBOOT
29272343Sngie
30272343Sngie# options 	MD_ROOT
31272343Sngie# options 	MD_ROOT_SIZE="6144"
32272343Sngie
33272343Sngieoptions 	AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
34272343Sngieoptions 	ATH_EEPROM_FIRMWARE	# Use EEPROM from flash
35272343Sngiedevice		firmware		# Used by the above
36272343Sngie