diff options
author | Rocco Folino <rocco@folino.io> | 2018-07-02 07:02:56 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-02 07:03:21 +0200 |
commit | 4ff019722cf9663c3f2645927041b0a248ff1d0b (patch) | |
tree | 6495747d57dcb6778493fa39be22375ac6349e22 /target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts | |
parent | 9b575288ebdda335502219528c40d26b8e339376 (diff) | |
download | upstream-4ff019722cf9663c3f2645927041b0a248ff1d0b.tar.gz upstream-4ff019722cf9663c3f2645927041b0a248ff1d0b.tar.bz2 upstream-4ff019722cf9663c3f2645927041b0a248ff1d0b.zip |
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 <rocco@folino.io>
Diffstat (limited to 'target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts b/target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts new file mode 100644 index 0000000000..b0029b88b6 --- /dev/null +++ b/target/linux/ath79/dts/ar9331_tl-wr740nd-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-WR740N/ND v4"; + compatible = "tplink,tl-wr740n-v4"; +}; |