mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +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>
20 lines
389 B
Plaintext
20 lines
389 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 "qca9533_tplink_tl-wr841.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,tl-wr841-v9", "qca,qca9533";
|
|
model = "TP-Link TL-WR841N/ND v9";
|
|
|
|
aliases {
|
|
led-boot = &qss_led;
|
|
led-failsafe = &qss_led;
|
|
led-running = &qss_led;
|
|
led-upgrade = &qss_led;
|
|
};
|
|
};
|