From 4ff019722cf9663c3f2645927041b0a248ff1d0b Mon Sep 17 00:00:00 2001 From: Rocco Folino Date: Mon, 2 Jul 2018 07:02:56 +0200 Subject: ath79: port TP-Link TL-WR741ND v4 and TL-WR740ND v4 This patch ports the TP-Link TL-WR741ND v4 and TL-WR740ND v4 to the ath79 target. Because the two devices share the same hw layout, this patch adds a common .dtsi which is included by the two .dts. Signed-off-by: Rocco Folino --- target/linux/ath79/dts/ar9331_tl-wr741nd-v4.dts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/ath79/dts/ar9331_tl-wr741nd-v4.dts (limited to 'target/linux/ath79/dts/ar9331_tl-wr741nd-v4.dts') diff --git a/target/linux/ath79/dts/ar9331_tl-wr741nd-v4.dts b/target/linux/ath79/dts/ar9331_tl-wr741nd-v4.dts new file mode 100644 index 0000000000..118831b4d2 --- /dev/null +++ b/target/linux/ath79/dts/ar9331_tl-wr741nd-v4.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "ar9331_tl-wr741nd-v4.dtsi" + +/ { + model = "TP-Link TL-WR741N/ND v4"; + compatible = "tplink,tl-wr741n-v4"; +}; -- cgit v1.2.3