From 75dffdc8cf78ecbb73b25169ba6ad05fff48acaf Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Mon, 11 Jul 2022 22:43:00 +0200 Subject: ath79: add variant UniFi AP LR The hardware difference is the antenna which has a higher gain compared to the original UniFi AP. The variant was supported before in ar71xx. Signed-off-by: Jan-Niklas Burfeind --- target/linux/ath79/dts/ar7241_ubnt_unifi-ap-lr.dts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/linux/ath79/dts/ar7241_ubnt_unifi-ap-lr.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar7241_ubnt_unifi-ap-lr.dts b/target/linux/ath79/dts/ar7241_ubnt_unifi-ap-lr.dts new file mode 100644 index 0000000000..ab2b455228 --- /dev/null +++ b/target/linux/ath79/dts/ar7241_ubnt_unifi-ap-lr.dts @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "ar7241_ubnt_unifi-ap.dtsi" + +/ { + compatible = "ubnt,unifi", "qca,ar7241"; + model = "Ubiquiti UniFi AP LR"; +}; -- cgit v1.2.3