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>
9 lines
181 B
Text
9 lines
181 B
Text
// 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";
|
|
};
|