mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
6837c757cf
This commit makes the TP-Link hardware-revision naming consistent to match the one used by the vendor. TP-Link refers to the different revisions as "vX" not "Version X". Signed-off-by: David Bauer <mail@david-bauer.net>
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
#include "qca9558_tplink_tl-wr1043nd.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,tl-wr1043nd-v3", "qca,qca9557";
|
|
model = "TP-Link TL-WR1043ND v3";
|
|
};
|