Add support for the integrated wifi for the QCA953x base config and
AP143. Tested: * AP143 reference design board
This commit is contained in:
parent
ea21ce2544
commit
0a5b508e93
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user