1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/mips/conf/AP135
Adrian Chadd 5a82135bc2 Add support for the AP135 2.0 reference platform.
This is a QCA9558 SoC (2ghz 3x3) with an atheros 11ac PCIe 5GHz 3x3
NIC and an AR8327 gigabit ethernet switch.

TODO:

* The AR8327 gigabit switch support bugfixes are forthcoming.
* 11ac support and 11ac NIC support
2015-03-02 02:27:25 +00:00

61 lines
1.5 KiB
Plaintext

#
# AP135 - the QCA955x SoC reference design
#
# This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
# 128MiB RAM, an AR8327 5-port gigabit ethernet switch and
# a QCA 11ac 5GHz AP NIC.
#
# The to things not currently support are the QCA 11ac NIC and
# PCIe host controllers - there's two of them, and the existing
# PCIe code here doesn't support that just yet.
#
# $FreeBSD$
#
# Include the default QCA955x parameters
include "QCA955X_BASE"
ident AP135
# Override hints with board values
hints "AP135.hints"
# Force the board memory - the base AP135 has 128MB RAM
options AR71XX_REALMEM=(128*1024*1024)
# i2c GPIO bus
#device gpioiic
#device iicbb
#device iicbus
#device iic
# 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
# read MSDOS formatted disks - USB
#options MSDOSFS
# Enable the uboot environment stuff rather then the
# redboot stuff.
options AR71XX_ENV_UBOOT
# uzip - to boot natively from flash
device geom_uncompress
options GEOM_UNCOMPRESS
# Used for the static uboot partition map
device geom_map
# yes, this board has a PCI connected atheros device
device ath_pci
options AR71XX_ATH_EEPROM
device firmware # Used by the above
options ATH_EEPROM_FIRMWARE
# Boot off of the rootfs, as defined in the geom_map setup.
options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"