ath79: add support for UniFi AC-LR

The Unifi AC-LR has identical hardware to the Unifi AC-Lite.
The antenna setup is different according to the vendor,
which explains the thicker enclosure.

Therefore, it is helpful to know the exact device variant,
instead of having "Ubiquiti UniFi-AC-LITE/LR".

Signed-off-by: Andreas Ziegler <dev@andreas-ziegler.de>
[fix legacy name in commit message; add old boardname to
SUPPORTED_DEVICES]
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
Andreas Ziegler
2019-10-06 19:48:34 +02:00
committed by David Bauer
parent 089b4f16aa
commit 07c1ddf522
5 changed files with 19 additions and 1 deletions

View File

@@ -5,5 +5,5 @@
/ {
compatible = "ubnt,unifiac-lite", "qca,qca9563";
model = "Ubiquiti UniFi-AC-LITE/LR";
model = "Ubiquiti UniFi-AC-LITE";
};

View File

@@ -0,0 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include "qca9563_ubnt_unifiac-lite.dtsi"
/ {
compatible = "ubnt,unifiac-lr", "qca,qca9563";
model = "Ubiquiti UniFi-AC-LR";
};