ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9533_tplink_tl-wr841-v11.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9533_tplink_tl-wr841.dtsi"
4
5 / {
6 aliases {
7 led-boot = &led_system;
8 led-failsafe = &led_system;
9 led-running = &led_system;
10 led-upgrade = &led_system;
11 };
12 };
13
14 &leds {
15 led_system: system {
16 label = "tp-link:green:system";
17 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
18 };
19
20 wan_orange {
21 label = "tp-link:orange:wan";
22 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
23 };
24 };