forked from pop-os/linux-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
Add a NVRAM file for the brcmfmac43340 wifi/bt chip found on the Acer Iconia One 7 B1-750 tablet. This is based on copy of the existing 'brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt' file with some of the values adjusted for the Acer Iconia One 7 B1-750 tablet. Signed-off-by: Hans de Goede <[email protected]>
- Loading branch information
1 parent
338cfce
commit 5f5c4a6
Showing
2 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
# SPDX-License-Identifier: GPL-2.0+ | ||
# (C) Copyright 2018 Linaro Ltd | ||
# NVRAM config file for the 43430 WiFi/BT chip as found on the Acer Iconia | ||
# One 7 B1-750 tablet's mainboard | ||
aa2g=1 | ||
aci_detect_en_2g=1 | ||
ag0=255 | ||
boardflags=0x0090201 | ||
boardnum=22 | ||
boardrev=0x1203 | ||
boardtype=0x0653 | ||
btc_params95=0x9 | ||
cck2gpo=0x0000 | ||
cckPwrOffset=3 | ||
cckpapden=0 | ||
ccode=XZ | ||
dacrate2xen=1 | ||
devid=0x4386 | ||
dlocalidx5g=70 | ||
dlorange_lowlimit=5 | ||
gain=32 | ||
gain_settle_dly_2g=4 | ||
gain_settle_dly_5g=4 | ||
interference=3 | ||
iqcalidx5g=50 | ||
iqlocalidx5g=40 | ||
loflag=0 | ||
lpbckmode5g=1 | ||
macaddr=00:90:4c:c5:12:38 | ||
manfid=0x2d0 | ||
maxp2ga0=0x38 | ||
maxp5ga0=0x38 | ||
maxp5gha0=0x38 | ||
maxp5gla0=0x38 | ||
mcs2gpo0=0x6666 | ||
mcs2gpo1=0x6666 | ||
mcs5ghpo0=0x2000 | ||
mcs5ghpo1=0x6622 | ||
mcs5glpo0=0x2000 | ||
mcs5glpo1=0x6622 | ||
mcs5gpo0=0x2000 | ||
mcs5gpo1=0x6622 | ||
nocrc=1 | ||
noise_cal_high_gain_2g=73 | ||
noise_cal_high_gain_5g=73 | ||
noise_cal_nf_substract_val_2g=346 | ||
noise_cal_nf_substract_val_5g=346 | ||
noise_cal_po_2g=-1 | ||
noise_cal_po_40_2g=-1 | ||
noise_cal_po_40_5g=-1 | ||
noise_cal_po_5g=-1 | ||
ofdm2gpo=0x00000000 | ||
ofdm5ghpo=0x66222000 | ||
ofdm5glpo=0x66222000 | ||
ofdm5gpo=0x66222000 | ||
pa0b0=0x1bba | ||
pa0b1=0xfcae | ||
pa0b2=0xff4a | ||
pa0itssit=0x20 | ||
pa1b0=0xac8 | ||
pa1b1=0xfe4e | ||
pa1b2=0xff59 | ||
pa1hib0=0xaf6 | ||
pa1hib1=0xfe48 | ||
pa1hib2=0xff7b | ||
pa1lob0=0xbb9 | ||
pa1lob1=0xfe3d | ||
pa1lob2=0xFF44 | ||
papden2g=1 | ||
papden5g=1 | ||
prodid=0x0653 | ||
regrev=1 | ||
rssisav2g=0x1 | ||
rssisav5g=0x3 | ||
rssismc2g=0x8 | ||
rssismc5g=0x7 | ||
rssismf2g=0xf | ||
rssismf5g=0xf | ||
rxpo5g=0 | ||
sd_gpout=4 | ||
sd_oobonly=1 | ||
sromrev=3 | ||
swctrlmap_2g=0x00080008,0x00100010,0x00080008,0x011010,0x11f | ||
swctrlmap_5g=0x00020002,0x00040004,0x00020002,0x011010,0x2fe | ||
triso2g=8 | ||
triso5g=8 | ||
tssifloor2g=63 | ||
tssifloor5gh=27 | ||
tssifloor5gl=28 | ||
tssifloor5gm=28 | ||
txalpfbyp=1 | ||
txalpfpu=1 | ||
txiqlopapu2g=0 | ||
txiqlopapu5g=0 | ||
vendid=0x14e4 | ||
xtalfreq=37400 |