aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts
diff options
context:
space:
mode:
authorAndreas Ziegler <dev@andreas-ziegler.de>2019-10-06 19:48:34 +0200
committerDavid Bauer <mail@david-bauer.net>2019-10-27 18:31:53 +0100
commit8cf67728d3b41c47ee5e322bb8c2908696380f24 (patch)
treed710b134306d7129aeec9428145e3d9a45780512 /target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts
parentb7ee43ecac53740d7c91c68eb1d3a421c1f1acb9 (diff)
downloadupstream-8cf67728d3b41c47ee5e322bb8c2908696380f24.tar.gz
upstream-8cf67728d3b41c47ee5e322bb8c2908696380f24.tar.bz2
upstream-8cf67728d3b41c47ee5e322bb8c2908696380f24.zip
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> (cherry picked from commit 07c1ddf522dbe6085af664cf03a41f636a70b99c) Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts b/target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts
new file mode 100644
index 0000000000..a1e542ada6
--- /dev/null
+++ b/target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts
@@ -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";
+};