xref: /freebsd-13-stable/sys/mips/conf/AP94 (revision 5510f79042fbd543de55807d0da7f8a2b8be2f89)
1#
2# Specific board setup for the Atheros AP94 reference board.
3#
4# The AP94 has the following hardware:
5#
6# + AR7161 CPU SoC
7# + AR9223 2.4GHz 11n
8# + AR9220 5GHz 11n
9# + AR8216 10/100 switch
10# + m25p64 based 8MB flash
11# + 32mb RAM
12# + uboot environment
13
14#NO_UNIVERSE
15
16include		"AR71XX_BASE"
17ident		"AP94"
18hints		"AP94.hints"
19
20# GEOM modules
21device		geom_redboot	# to get access to the SPI flash partitions
22device		xz
23options 	GEOM_UZIP
24
25options 	ROOTDEVNAME=\"ufs:md0.uzip\"
26options 	AR71XX_REALMEM=32*1024*1024
27
28options 	AR71XX_ENV_UBOOT
29
30# options 	MD_ROOT
31# options 	MD_ROOT_SIZE="6144"
32
33options 	AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
34options 	ATH_EEPROM_FIRMWARE	# Use EEPROM from flash
35device		firmware		# Used by the above
36