2013-07-04 08:13:14 +00:00
|
|
|
#
|
|
|
|
# Specific board setup for the Engenius ENH-200 802.11bgn mesh node.
|
|
|
|
#
|
|
|
|
# The Engenius ENH-200 has the following hardware:
|
|
|
|
#
|
|
|
|
# + AR7240 CPU SoC
|
|
|
|
# + AR9285 Wifi
|
|
|
|
# + Integrated switch
|
|
|
|
# + 8MB flash
|
|
|
|
# + 32MB RAM
|
|
|
|
# + uboot environment
|
|
|
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-11-19 01:58:12 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2017-05-31 16:32:33 +00:00
|
|
|
include "std.AR724X"
|
2013-07-04 08:13:14 +00:00
|
|
|
ident "ENH200"
|
|
|
|
hints "ENH200.hints"
|
|
|
|
|
2014-03-18 14:41:18 +00:00
|
|
|
options AR71XX_REALMEM=32*1024*1024
|
2013-07-04 08:13:14 +00:00
|
|
|
|
2014-03-18 14:41:18 +00:00
|
|
|
options AR71XX_ENV_UBOOT
|
2013-07-04 08:13:14 +00:00
|
|
|
|
|
|
|
# For DOS - enable if required
|
|
|
|
options MSDOSFS
|
|
|
|
|
|
|
|
# uncompress - to boot read-only lzma natively from flash
|
2019-02-26 19:55:03 +00:00
|
|
|
device xz
|
2016-02-24 00:39:36 +00:00
|
|
|
options GEOM_UZIP
|
|
|
|
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
|
2013-07-04 08:13:14 +00:00
|
|
|
|
|
|
|
# Used for the static uboot partition map
|
|
|
|
device geom_map
|
|
|
|
|
|
|
|
# Options needed for the EEPROM based calibration/PCI configuration data.
|
|
|
|
options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
|
|
|
|
options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
|
|
|
|
device firmware # Used by the above
|
|
|
|
|
|
|
|
# Options required for miiproxy and mdiobus
|
|
|
|
options ARGE_MDIO # Export an MDIO bus separate from arge
|
|
|
|
device miiproxy # MDIO bus <-> MII PHY rendezvous
|
|
|
|
|
|
|
|
device etherswitch
|
|
|
|
device arswitch
|