7a873974f7
Use diag.sh version used for apm821xx, ipq40xx and ipq806x, which supports different leds for the different boot states. The existing led sequences should be the same as before. Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com> [reword commit message] Signed-off-by: Mathias Kresin <dev@kresin.me>
19 lines
396 B
Text
19 lines
396 B
Text
// 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 Version 9";
|
|
|
|
aliases {
|
|
led-boot = &qss_led;
|
|
led-failsafe = &qss_led;
|
|
led-running = &qss_led;
|
|
led-upgrade = &qss_led;
|
|
};
|
|
};
|