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: stable/11/sys/mips/conf/AP96 345344 2019-03-20 18:49:45Z kib $
15
16#NO_UNIVERSE
17
18include		"AR71XX_BASE"
19ident		"AP96"
20hints		"AP96.hints"
21
22options 	AR71XX_REALMEM=64*1024*1024
23
24options 	AR71XX_ENV_UBOOT
25
26# For DOS - enable if required
27options 	MSDOSFS
28
29# uncompress - to boot read-only lzma natively from flash
30device		xz
31options 	GEOM_UZIP
32options 	ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
33
34# Used for the static uboot partition map
35device          geom_map
36
37# Options needed for the EEPROM based calibration/PCI configuration data.
38options 	AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
39options 	ATH_EEPROM_FIRMWARE	# Use EEPROM from flash
40device		firmware		# Used by the above
41
42# Options required for miiproxy and mdiobus
43options 	ARGE_MDIO		# Export an MDIO bus separate from arge
44device		miiproxy		# MDIO bus <-> MII PHY rendezvous
45
46device		etherswitch
47device		arswitch
48