mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
4ff019722c
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>
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
// 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";
|
|
};
|