From 07c1ddf522dbe6085af664cf03a41f636a70b99c Mon Sep 17 00:00:00 2001 From: Andreas Ziegler Date: Sun, 6 Oct 2019 19:48:34 +0200 Subject: 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 [fix legacy name in commit message; add old boardname to SUPPORTED_DEVICES] Signed-off-by: David Bauer --- target/linux/ath79/dts/qca9563_ubnt_unifiac-lite.dts | 2 +- target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 target/linux/ath79/dts/qca9563_ubnt_unifiac-lr.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/qca9563_ubnt_unifiac-lite.dts b/target/linux/ath79/dts/qca9563_ubnt_unifiac-lite.dts index a3ae7089d5..7b9fa0701b 100644 --- a/target/linux/ath79/dts/qca9563_ubnt_unifiac-lite.dts +++ b/target/linux/ath79/dts/qca9563_ubnt_unifiac-lite.dts @@ -5,5 +5,5 @@ / { compatible = "ubnt,unifiac-lite", "qca,qca9563"; - model = "Ubiquiti UniFi-AC-LITE/LR"; + model = "Ubiquiti UniFi-AC-LITE"; }; 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"; +}; -- cgit v1.2.3