mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
8d6f128d39
Add missing SoC specific compatibles and/or inherit the family compatibles like "ubnt,xm". Signed-off-by: Mathias Kresin <dev@kresin.me>
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar9331_tplink_tl-wr741nd-v4.dtsi"
|
|
|
|
/ {
|
|
model = "TP-Link TL-WR741N/ND v4";
|
|
compatible = "tplink,tl-wr741nd-v4", "qca,ar9331";
|
|
};
|