ath79: remove model name from LED labels
[openwrt/staging/ynezz.git] / target / linux / ath79 / dts / qca9533_tplink_tl-wr842n-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca953x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "tplink,tl-wr842n-v3", "qca,qca9533";
10 model = "TP-Link TL-WR842N v3";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 label-mac-device = &eth1;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 led_power: power {
24 label = "green:power";
25 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
26 default-state = "on";
27 };
28
29 wifi {
30 label = "green:wlan";
31 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
32 linux,default-trigger = "phy0tpt";
33 };
34
35 qss {
36 label = "green:qss";
37 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
38 };
39
40 wan_green {
41 label = "green:wan";
42 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
43 };
44
45 wan_red {
46 label = "red:wan";
47 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
48 };
49
50 lan1 {
51 label = "green:lan1";
52 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
53 };
54
55 lan2 {
56 label = "green:lan2";
57 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
58 };
59
60 lan3 {
61 label = "green:lan3";
62 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
63 };
64
65 lan4 {
66 label = "green:lan4";
67 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
68 };
69
70 usb {
71 label = "green:usb";
72 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
73 linux,default-trigger = "usbport";
74 trigger-sources = <&hub_port>;
75 };
76 };
77
78 keys {
79 compatible = "gpio-keys";
80
81 reset {
82 label = "Reset button";
83 linux,code = <KEY_RESTART>;
84 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
85 debounce-interval = <60>;
86 };
87
88 rfkill {
89 label = "RFKILL button";
90 linux,code = <KEY_RFKILL>;
91 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
92 debounce-interval = <60>;
93 };
94 };
95 };
96
97 &uart {
98 status = "okay";
99 };
100
101 &usb0 {
102 #address-cells = <1>;
103 #size-cells = <0>;
104 status = "okay";
105
106 hub_port: port@1 {
107 reg = <1>;
108 #trigger-source-cells = <0>;
109 };
110 };
111
112 &usb_phy {
113 status = "okay";
114 };
115
116 &spi {
117 status = "okay";
118
119 num-cs = <1>;
120
121 flash@0 {
122 compatible = "jedec,spi-nor";
123 reg = <0>;
124 spi-max-frequency = <25000000>;
125
126 partitions {
127 compatible = "fixed-partitions";
128 #address-cells = <1>;
129 #size-cells = <1>;
130
131 uboot: partition@0 {
132 label = "u-boot";
133 reg = <0x000000 0x020000>;
134 read-only;
135 };
136
137 partition@20000 {
138 compatible = "tplink,firmware";
139 label = "firmware";
140 reg = <0x020000 0xfd0000>;
141 };
142
143 art: partition@ff0000 {
144 label = "art";
145 reg = <0xff0000 0x010000>;
146 read-only;
147 };
148 };
149 };
150 };
151
152 &eth0 {
153 status = "okay";
154
155 phy-handle = <&swphy4>;
156
157 mtd-mac-address = <&uboot 0x1fc00>;
158 mtd-mac-address-increment = <1>;
159 };
160
161 &eth1 {
162 mtd-mac-address = <&uboot 0x1fc00>;
163 };
164
165 &wmac {
166 status = "okay";
167
168 mtd-cal-data = <&art 0x1000>;
169 mtd-mac-address = <&uboot 0x1fc00>;
170 };