ath79: Fix led nodes for TL-WR740N v2 and add its clones
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9558_tplink_tl-wr1043nd.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
6
7 #include "qca9557.dtsi"
8
9 / {
10         chosen {
11                 bootargs = "console=ttyS0,115200n8";
12         };
13
14         aliases {
15                 led-status = &system;
16         };
17
18         leds {
19                 compatible = "gpio-leds";
20
21                 system: system {
22                         label = "tp-link:green:system";
23                         gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
24                         linux,default-trigger = "heartbeat";
25                 };
26
27                 usb {
28                         label = "tp-link:green:usb";
29                         gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
30                         default-state = "off";
31                         trigger-sources = <&hub_port0>;
32                         linux,default-trigger = "usbport";
33                 };
34
35                 wifi_green {
36                         label = "tp-link:green:wlan";
37                         gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
38                         default-state = "off";
39                         linux,default-trigger = "phy0tpt";
40                 };
41
42                 wifi_wps {
43                         label = "tp-link:green:wps";
44                         gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
45                         default-state = "off";
46                 };
47         };
48
49         keys {
50                 compatible = "gpio-keys";
51
52                 reset {
53                         label = "Reset button";
54                         linux,code = <KEY_RESTART>;
55                         gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
56                         debounce-interval = <60>;
57                 };
58
59                 wifi {
60                         label = "RFKILL button";
61                         linux,code = <KEY_RFKILL>;
62                         gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
63                         debounce-interval = <60>;
64                 };
65         };
66
67         gpio-export {
68                 compatible = "gpio-export";
69                 #size-cells = <0>;
70
71                 gpio_usb_power {
72                         gpio-export,name = "tp-link:power:usb";
73                         gpio-export,output = <1>;
74                         gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
75                 };
76         };
77 };
78
79 &uart {
80         status = "okay";
81 };
82
83 &gpio {
84         status = "okay";
85 };
86
87 &usb_phy0 {
88         status = "okay";
89 };
90
91 &usb0 {
92         #address-cells = <1>;
93         #size-cells = <0>;
94         status = "okay";
95
96         hub_port0: port@1 {
97                 reg = <1>;
98                 #trigger-source-cells = <0>;
99         };
100 };
101
102 &spi {
103         status = "okay";
104         num-cs = <1>;
105
106         flash@0 {
107                 compatible = "jedec,spi-nor";
108                 reg = <0>;
109                 spi-max-frequency = <25000000>;
110
111                 partitions {
112                         compatible = "fixed-partitions";
113                         #address-cells = <1>;
114                         #size-cells = <1>;
115
116                         uboot:  partition@0 {
117                                 label = "u-boot";
118                                 reg = <0x000000 0x020000>;
119                                 read-only;
120                         };
121
122                         partition@20000 {
123                                 label = "firmware";
124                                 reg = <0x020000 0x7d0000>;
125                         };
126
127                         art: partition@7f0000 {
128                                 label = "art";
129                                 reg = <0x7f0000 0x010000>;
130                                 read-only;
131                         };
132                 };
133         };
134 };
135
136 &mdio0 {
137         status = "okay";
138
139         phy0: ethernet-phy@0 {
140                 reg = <0>;
141                 qca,ar8327-initvals = <
142                         0x04 0x00080080 /* PORT0 PAD MODE CTRL */
143                         0x0c 0x07600000 /* PORT6 PAD MODE CTRL */
144                         0x10 0x81000080 /* POWER_ON_STRIP */
145                         0x50 0xcc35cc35 /* LED_CTRL0 */
146                         0x54 0xca35ca35 /* LED_CTRL1 */
147                         0x58 0xc935c935 /* LED_CTRL2 */
148                         0x5c 0x03ffff00 /* LED_CTRL3 */
149                         0x7c 0x0000007e /* PORT0_STATUS */
150                         0x94 0x0000007e /* PORT6 STATUS */
151                 >;
152         };
153 };
154
155 &eth0 {
156         status = "okay";
157
158         mtd-mac-address = <&uboot 0x1fc00>;
159         mtd-mac-address-increment = <1>;
160         phy-handle = <&phy0>;
161 };
162
163 &eth1 {
164         status = "okay";
165
166         mtd-mac-address = <&uboot 0x1fc00>;
167
168         fixed-link {
169                 speed = <1000>;
170                 full-duplex;
171         };
172 };
173
174 &wmac {
175         status = "okay";
176         mtd-cal-data = <&art 0x1000>;
177         mtd-mac-address = <&uboot 0x1fc00>;
178 };