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# 10 11#NO_UNIVERSE 12 13# Include the default AR933x parameters 14include "std.AR933X" 15 16ident AP121 17 18# Override hints with board values 19hints "AP121.hints" 20 21# Force the board memory - the base AP121 only has 16MB RAM 22options AR71XX_REALMEM=(16*1024*1024) 23 24# i2c GPIO bus 25#device gpioiic 26#device iicbb 27#device iicbus 28#device iic 29 30# Options required for miiproxy and mdiobus 31options ARGE_MDIO # Export an MDIO bus separate from arge 32device miiproxy # MDIO bus <-> MII PHY rendezvous 33 34device etherswitch 35device arswitch 36 37# read MSDOS formatted disks - USB 38#options MSDOSFS 39 40# Enable the uboot environment stuff rather then the 41# redboot stuff. 42options AR71XX_ENV_UBOOT 43 44# uzip - to boot natively from flash 45device xz 46options GEOM_UZIP 47 48# Used for the static uboot partition map 49device geom_map 50 51# Boot off of the rootfs, as defined in the geom_map setup. 52options ROOTDEVNAME=\"ufs:map/rootfs.uzip\" 53