diff options
author | Robert Marko <robimarko@gmail.com> | 2020-03-08 17:21:27 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-09 00:53:50 +0100 |
commit | 6256ca323235a9e0601796a45c5ebb9a70373362 (patch) | |
tree | ffd68fb1d7b0c49911c4a64ff1c3a4add1ebdb8f /package | |
parent | 4ff6c434994a570dc343d5f850b19b4d4067704d (diff) | |
download | upstream-6256ca323235a9e0601796a45c5ebb9a70373362.tar.gz upstream-6256ca323235a9e0601796a45c5ebb9a70373362.tar.bz2 upstream-6256ca323235a9e0601796a45c5ebb9a70373362.zip |
ipq40xx: add support for 8devices Habanero DVK
This patch adds support for the 8devices Habanero development board.
Specs are:
CPU: QCA IPQ4019
RAM: DDR3L 512MB
Storage: 32MB SPI-NOR and optional Parallel SLC NAND(Some boards ship with it and some without)
WLAN1: 2.4 GHz built into IPQ4019 (802.11n) 2x2
WLAN2: 5 GHz built into IPO4019 (802.11ac Wawe-2) 2x2
Ethernet: 5x Gbit LAN (QCA 8075)
USB: 1x USB 2.0 and 1x USB 3.0 (Both built into IPQ4019)
MicroSD slot (Uses SD controller built into IPQ4019)
SDIO3.0/EMMC slot (Uses the same SD controller)
Mini PCI-E Gen 2.0 slot (Built into IPQ4019)
5x LEDs (4 GPIO controllable)
2x Pushbutton (1 is connected to GPIO, other to SoC reset)
LCD ZIF socket (Uses the LCD controller built into IPQ4019 which has no driver support)
1x UART 115200 rate on J18
2x breakout development headers
12V DC Jack for power
DIP switch for bootstrap configuration
Installation instructions:
Since boards ship with vendors fork of OpenWrt sysupgrade can be used.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/firmware/ipq-wifi/Makefile | 2 | ||||
-rw-r--r-- | package/firmware/ipq-wifi/board-8dev_habanero-dvk.qca4019 | bin | 0 -> 24324 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile index fc1b10343e..12e000bac8 100644 --- a/package/firmware/ipq-wifi/Makefile +++ b/package/firmware/ipq-wifi/Makefile @@ -25,6 +25,7 @@ endef # <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles> ALLWIFIBOARDS:= \ + 8dev_habanero-dvk \ aruba_ap-303 \ avm_fritzrepeater-1200 \ dlink_dap2610 \ @@ -93,6 +94,7 @@ endef # Place files in this directory as board-<devicename>.<qca4019|qca9888|qca9984> # Add $(eval $(call generate-ipq-wifi-package,<devicename>,<display name>)) +$(eval $(call generate-ipq-wifi-package,8dev_habanero-dvk,8devices Habanero DVK)) $(eval $(call generate-ipq-wifi-package,aruba_ap-303,Aruba AP-303)) $(eval $(call generate-ipq-wifi-package,avm_fritzrepeater-1200,AVM FRITZRepeater 1200)) $(eval $(call generate-ipq-wifi-package,dlink_dap2610,D-Link DAP-2610)) diff --git a/package/firmware/ipq-wifi/board-8dev_habanero-dvk.qca4019 b/package/firmware/ipq-wifi/board-8dev_habanero-dvk.qca4019 Binary files differnew file mode 100644 index 0000000000..9048239cf9 --- /dev/null +++ b/package/firmware/ipq-wifi/board-8dev_habanero-dvk.qca4019 |