2013-03-28 20:48:58 +00:00
|
|
|
#
|
|
|
|
# AP121 - the AP121 reference board from Qualcomm Atheros includes:
|
|
|
|
#
|
|
|
|
# * AR9330 SoC
|
|
|
|
# * 16MB RAM
|
|
|
|
# * 4MB flash
|
|
|
|
# * Integrated 1x1 2GHz wifi and 10/100 bridge
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2015-11-19 01:58:12 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2013-03-28 20:48:58 +00:00
|
|
|
# Include the default AR933x parameters
|
2016-08-03 19:18:53 +00:00
|
|
|
include "std.AR933X"
|
2013-03-28 20:48:58 +00:00
|
|
|
|
|
|
|
ident AP121
|
|
|
|
|
|
|
|
# Override hints with board values
|
|
|
|
hints "AP121.hints"
|
|
|
|
|
|
|
|
# Force the board memory - the base AP121 only has 16MB RAM
|
2013-04-05 01:38:13 +00:00
|
|
|
options AR71XX_REALMEM=(16*1024*1024)
|
2013-03-28 20:48:58 +00:00
|
|
|
|
|
|
|
# i2c GPIO bus
|
|
|
|
#device gpioiic
|
|
|
|
#device iicbb
|
|
|
|
#device iicbus
|
|
|
|
#device iic
|
|
|
|
|
2013-04-05 01:38:13 +00:00
|
|
|
# Options required for miiproxy and mdiobus
|
|
|
|
options ARGE_MDIO # Export an MDIO bus separate from arge
|
|
|
|
device miiproxy # MDIO bus <-> MII PHY rendezvous
|
2013-03-28 20:48:58 +00:00
|
|
|
|
2013-04-05 01:38:13 +00:00
|
|
|
device etherswitch
|
|
|
|
device arswitch
|
2013-03-28 20:48:58 +00:00
|
|
|
|
|
|
|
# read MSDOS formatted disks - USB
|
2014-03-18 14:41:18 +00:00
|
|
|
#options MSDOSFS
|
2013-03-28 20:48:58 +00:00
|
|
|
|
|
|
|
# Enable the uboot environment stuff rather then the
|
|
|
|
# redboot stuff.
|
2014-03-18 14:41:18 +00:00
|
|
|
options AR71XX_ENV_UBOOT
|
2013-03-28 20:48:58 +00:00
|
|
|
|
|
|
|
# uzip - to boot natively from flash
|
2016-02-24 00:39:36 +00:00
|
|
|
device geom_uzip
|
|
|
|
options GEOM_UZIP
|
2013-03-28 20:48:58 +00:00
|
|
|
|
|
|
|
# Used for the static uboot partition map
|
|
|
|
device geom_map
|
|
|
|
|
|
|
|
# Boot off of the rootfs, as defined in the geom_map setup.
|
2016-02-24 00:39:36 +00:00
|
|
|
options ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
|