Revert "mediatek: backport mt7622 dts fix for mt7531 switch id to 6.1"
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_dlink_dir-835-a1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344_dlink_dir-8x5.dtsi"
4
5 / {
6 model = "D-LINK DIR-835 A1";
7 compatible = "dlink,dir-835-a1", "qca,ar9344";
8
9 aliases {
10 led-boot = &led_power_orange;
11 led-failsafe = &led_power_orange;
12 led-running = &led_power_green;
13 led-upgrade = &led_power_orange;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 led_power_green: power_green {
20 label = "green:power";
21 gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
22 };
23
24 wan_green {
25 label = "green:wan";
26 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
27 };
28
29 wps {
30 label = "green:wps";
31 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
32 };
33
34 led_power_orange: power_orange {
35 label = "orange:power";
36 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
37 };
38
39 wan_orange {
40 label = "orange:wan";
41 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
42 };
43 };
44 };