Petr Štetiar
41af35cf6b
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 2e910039dd)
2023-06-12 22:10:29 +02:00
..
2023-05-31 23:10:11 +02:00
2023-06-10 19:06:15 +02:00
2023-05-12 13:02:43 +02:00
2023-05-24 19:26:41 +01:00
2023-05-12 13:02:43 +02:00
2023-05-20 15:19:14 +02:00
2023-05-24 19:25:56 +01:00
2023-06-03 11:42:00 +02:00
2023-05-21 01:08:31 +02:00
2023-05-18 16:17:52 +02:00
2023-05-21 01:08:22 +02:00
2023-05-13 22:38:35 +02:00
2023-06-12 18:54:42 +02:00
2023-05-12 13:02:43 +02:00
2023-06-12 22:10:12 +02:00
2023-05-18 17:11:43 +02:00
2023-06-08 15:33:14 +02:00
2023-06-08 15:33:14 +02:00
2023-06-12 22:10:29 +02:00
2023-05-20 15:35:37 +02:00
2023-05-21 01:08:22 +02:00
2023-06-11 18:56:42 +02:00
2023-05-12 13:02:43 +02:00
2023-06-09 19:23:03 +01:00
2023-05-14 00:08:35 +02:00
2023-06-08 15:33:14 +02:00
2023-05-10 19:01:45 +02:00
2023-06-02 21:18:41 +02:00
2023-05-24 19:26:41 +01:00
2023-05-12 13:02:43 +02:00
2023-06-08 17:28:11 +02:00
2023-05-12 13:02:44 +02:00
2023-05-03 10:26:17 -07:00
2023-06-11 18:19:23 +02:00
2023-06-12 22:10:14 +02:00
2023-06-09 13:15:19 +02:00
2023-06-02 21:18:41 +02:00
2023-05-12 13:02:43 +02:00
2023-05-24 19:25:39 +01:00
2023-06-08 15:33:14 +02:00
2023-05-10 19:01:45 +02:00
2022-09-27 13:41:12 +02:00