aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2023-06-05 12:13:04 +0200
committerPetr Štetiar <ynezz@true.cz>2023-06-12 22:10:29 +0200
commit41af35cf6b5eadaf0e380c867be3ee0427202775 (patch)
tree2d62af30d3068650176a81a4a0962709efef59f7 /target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
parent7e6403a966939427693ca915b1d04f48520f4984 (diff)
downloadupstream-41af35cf6b5eadaf0e380c867be3ee0427202775.tar.gz
upstream-41af35cf6b5eadaf0e380c867be3ee0427202775.tar.bz2
upstream-41af35cf6b5eadaf0e380c867be3ee0427202775.zip
ipq807x: add initial support for prpl Foundation Haze board
Haze is prpl Foundation's reference board (WNC LVRP). Board info: - IPQ8072A SoC - 2 GiB RAM - 4 GiB eMMC - 8MiB SPI NOR (MX25U6435F) - 3x 1GigE ports (QCA8075) - 1x 10GigE port (AQR113C) - 1x SFP cage - WiFi 6GHz 160MHz (QCN9074) - WiFi 5GHz 80+80MHz (QCN5054) - WiFi 2.4G (QCN5024) - ARM Standard 20-pin 2.54mm/0.1" JTAG (1V8 !!!) - Bluetooth v5.0 + EDR with integrated Class 1 PA (CYW20704) - 1x M.2 B-key socket with PCIe 3.0 - 1x USB 3.0 port - UART marked J6 is 4-pin 2.54mm/0.1" connector 3V3(arrow),RX,TX,GND (115200 8N1) - Reset and WPS buttons Flashing instructions: 1. From U-Boot boot OpenWrt using initramfs image: IPQ807x# tftpboot openwrt-ipq807x-generic-prpl_haze-initramfs-uImage.itb && bootm 2. In OpenWrt running from initramfs execute sysupgrade: root@OpenWrt:/# sysupgrade -n /tmp/openwrt-ipq807x-generic-prpl_haze-squashfs-sysupgrade.bin Work in progress/known issues: * SFP feature not implemented/tested * M.2 feature not implemented/tested * Bluetooth feature not implemented/tested * 6GHz wireless should be working, but not tested * MAC address assigments for LAN interfaces Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit 2e910039dd7170fd28641e7686c376dba6f0d8a5)
Diffstat (limited to 'target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata')
-rw-r--r--target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata9
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata b/target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
index b3564fe9c6..13cb07477e 100644
--- a/target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
+++ b/target/linux/ipq807x/base-files/etc/hotplug.d/firmware/11-ath11k-caldata
@@ -21,10 +21,17 @@ case "$FIRMWARE" in
zyxel,nbg7815)
caldata_extract "0:art" 0x1000 0x20000
;;
+ prpl,haze)
+ caldata_extract_mmc "0:ART" 0x1000 0x20000
+ ;;
esac
;;
-"ath11k/QCN9074/hw1.0/cal-pci-0000:01:00.0.bin")
+"ath11k/QCN9074/hw1.0/cal-pci-0000:01:00.0.bin"|\
+"ath11k/QCN9074/hw1.0/cal-pci-0001:01:00.0.bin")
case "$board" in
+ prpl,haze)
+ caldata_extract_mmc "0:ART" 0x26800 0x20000
+ ;;
xiaomi,ax9000)
caldata_extract "0:art" 0x26800 0x20000
;;