Add support for the integrated wifi for the QCA953x base config and

AP143.

Tested:

* AP143 reference design board
This commit is contained in:
Adrian Chadd 2015-11-29 05:49:49 +00:00
parent 27e2ad4687
commit cd15736797
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291438
3 changed files with 6 additions and 4 deletions

View File

@ -24,6 +24,10 @@ hint.arge.1.phymask=0x0 # No directly mapped PHYs
hint.arge.1.media=1000
hint.arge.1.fduplex=1
# ath0: Where the ART is - last 64k in the flash
hint.ath.0.eepromaddr=0x1fff0000
hint.ath.0.eepromsize=16384
# The AP121 4MB flash layout:
#
# bootargs=console=ttyS0,115200 root=31:02 rootfstype=squashfs

View File

@ -100,7 +100,7 @@ option AH_DEBUG_ALQ
device ath_ar9300 # AR9330 HAL; no need for the others
option AH_DEBUG
option AH_SUPPORT_AR5416 # 11n HAL support
option AH_SUPPORT_AR9330 # Chipset support
option AH_SUPPORT_QCA9530 # Chipset support
option AH_AR5416_INTERRUPT_MITIGATION
device mii

View File

@ -50,9 +50,7 @@ hint.ath.0.maddr=0x18100000
hint.ath.0.msize=0x20000
hint.ath.0.irq=0
hint.ath.0.vendor_id=0x168c
# XXX for now this is 0x00ff because there's no HAL support
# yet for honeybee.
hint.ath.0.device_id=0x00ff
hint.ath.0.device_id=0x003d
# Set this to define where the ath calibration data
# should be fetched from in physical memory.
# hint.ath.0.eepromaddr=0x1fff1000