uclient: update to Git HEAD (2024-04-19)
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_tplink_rex5x.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 #include "qca955x.dtsi"
7
8 / {
9 aliases {
10 led-boot = &led_power;
11 led-failsafe = &led_power;
12 led-running = &led_power;
13 led-upgrade = &led_power;
14 mdio-gpio0 = &mdio2;
15 label-mac-device = &eth0;
16 };
17
18 leds {
19 compatible = "gpio-leds";
20
21 led_power: power {
22 label = "tp-link:blue:power";
23 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
24 };
25
26 wlan2g {
27 label = "tp-link:blue:wlan2g";
28 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "phy1tpt";
30 };
31
32 wlan5g {
33 label = "tp-link:blue:wlan5g";
34 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
35 linux,default-trigger = "phy0tpt";
36 };
37
38 lan_link {
39 label = "tp-link:green:lan_link";
40 gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
41 };
42
43 lan_data {
44 label = "tp-link:green:lan_data";
45 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
46 };
47
48 wps_blue {
49 label = "tp-link:blue:wps";
50 gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
51 };
52
53 wps_red {
54 label = "tp-link:red:wps";
55 gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
56 };
57 };
58
59 keys {
60 compatible = "gpio-keys";
61
62 reset {
63 label = "Reset button";
64 linux,code = <KEY_RESTART>;
65 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
66 debounce-interval = <60>;
67 };
68
69 leds {
70 label = "LED control button";
71 linux,code = <BTN_0>;
72 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
73 debounce-interval = <60>;
74 };
75
76 wps {
77 label = "WPS button";
78 linux,code = <KEY_WPS_BUTTON>;
79 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
80 debounce-interval = <60>;
81 };
82 };
83
84 mdio2: mdio {
85 compatible = "virtual,mdio-gpio";
86
87 gpios = <&gpio 3 GPIO_ACTIVE_HIGH>, /* MDC */
88 <&gpio 1 GPIO_ACTIVE_HIGH>; /* MDIO */
89 #address-cells = <1>;
90 #size-cells = <0>;
91
92 phy4: ethernet-phy@4 {
93 reg = <4>;
94 reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
95 };
96 };
97 };
98
99 &pcie0 {
100 status = "okay";
101 };
102
103 &uart {
104 status = "okay";
105 };
106
107 &spi {
108 status = "okay";
109 num-cs = <1>;
110
111 flash@0 {
112 compatible = "jedec,spi-nor";
113 reg = <0>;
114 spi-max-frequency = <25000000>;
115
116 partitions {
117 compatible = "fixed-partitions";
118 #address-cells = <1>;
119 #size-cells = <1>;
120
121 partition@0 {
122 label = "u-boot";
123 reg = <0x000000 0x020000>;
124 read-only;
125 };
126
127 partition@20000 {
128 compatible = "tplink,firmware";
129 label = "firmware";
130 reg = <0x020000 0x5e0000>;
131 };
132
133 partition@600000 {
134 label = "partition-table";
135 reg = <0x600000 0x010000>;
136 read-only;
137 };
138
139 info: partition@610000 {
140 label = "info";
141 reg = <0x610000 0x020000>;
142 read-only;
143 };
144
145 partition@630000 {
146 label = "config";
147 reg = <0x630000 0x1c0000>;
148 read-only;
149 };
150
151 art: partition@7f0000 {
152 label = "art";
153 reg = <0x7f0000 0x010000>;
154 read-only;
155 };
156 };
157 };
158 };
159
160 &eth0 {
161 status = "okay";
162
163 phy-handle = <&phy4>;
164 pll-data = <0xa6000000 0x00000101 0x00001616>;
165
166 mtd-mac-address = <&info 0x8>;
167 };
168
169 &wmac {
170 status = "okay";
171
172 mtd-cal-data = <&art 0x1000>;
173 mtd-mac-address = <&info 0x8>;
174 mtd-mac-address-increment = <(-1)>;
175 };