AP121 revision 249117
1#
2# AP121 - the AP121 reference board from Qualcomm Atheros includes:
3#
4# * AR9330 SoC
5# * 16MB RAM
6# * 4MB flash
7# * Integrated 1x1 2GHz wifi and 10/100 bridge
8#
9# $FreeBSD: head/sys/mips/conf/AP121 249117 2013-04-05 00:21:17Z adrian $
10#
11
12# Include the default AR933x parameters
13include         "AR933X_BASE"
14
15ident           AP121
16
17# Override hints with board values
18hints           "AP121.hints"
19
20# Force the board memory - the base AP121 only has 16MB RAM
21options         AR71XX_REALMEM=16*1024*1024
22
23# i2c GPIO bus
24#device		gpioiic
25#device		iicbb
26#device		iicbus
27#device		iic
28
29# ethernet switch device
30#device		etherswitch
31
32# RTL8366RB support
33#device		rtl8366rb
34
35# read MSDOS formatted disks - USB
36#options		MSDOSFS
37
38# Enable the uboot environment stuff rather then the
39# redboot stuff.
40options		AR71XX_ENV_UBOOT
41
42# uzip - to boot natively from flash
43device		geom_uncompress
44options 	GEOM_UNCOMPRESS
45
46# Used for the static uboot partition map
47device          geom_map
48
49# Boot off of the rootfs, as defined in the geom_map setup.
50options		ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
51