ramips: mt7621: nix mac-address-increment
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7621_tplink_archer-c6u-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "tplink,archer-c6u-v1", "mediatek,mt7621-soc";
10 model = "TP-Link Archer C6U v1";
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 = &gmac0;
18 };
19
20 chosen {
21 bootargs = "console=ttyS0,115200";
22 };
23
24 keys {
25 compatible = "gpio-keys";
26
27 reset {
28 label = "reset";
29 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
30 linux,code = <KEY_RESTART>;
31 };
32
33 wps {
34 label = "wps";
35 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
36 linux,code = <KEY_WPS_BUTTON>;
37 };
38 };
39
40 leds {
41 compatible = "gpio-leds";
42
43 led_power: power {
44 label = "green:power";
45 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
46 };
47
48 usb {
49 label = "green:usb";
50 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
51 trigger-sources = <&ehci_port2>;
52 linux,default-trigger = "usbport";
53 };
54
55 wan-orange {
56 label = "orange:wan";
57 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
58 };
59
60 lan {
61 label = "green:lan";
62 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
63 };
64
65 wifi5g {
66 label = "green:wifi5g";
67 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
68 linux,default-trigger = "phy1tpt";
69 };
70
71 wifi2g {
72 label = "green:wifi2g";
73 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
74 linux,default-trigger = "phy0tpt";
75 };
76
77 wan-green {
78 label = "green:wan";
79 gpios = <&gpio 45 GPIO_ACTIVE_LOW>;
80 };
81 };
82
83 reg_usb_vbus: regulator {
84 compatible = "regulator-fixed";
85 regulator-name = "usb_vbus";
86 regulator-min-microvolt = <5000000>;
87 regulator-max-microvolt = <5000000>;
88 gpio = <&gpio 3 GPIO_ACTIVE_HIGH>;
89 enable-active-high;
90 };
91 };
92
93 &spi0 {
94 status = "okay";
95
96 flash@0 {
97 compatible = "jedec,spi-nor";
98 reg = <0>;
99 spi-max-frequency = <80000000>;
100
101 partitions {
102 compatible = "fixed-partitions";
103 #address-cells = <1>;
104 #size-cells = <1>;
105
106 partition@0 {
107 label = "u-boot";
108 reg = <0x000000 0x040000>;
109 read-only;
110 };
111
112 partition@40000 {
113 compatible = "denx,uimage";
114 label = "firmware";
115 reg = <0x040000 0xf60000>;
116 };
117
118 config: partition@fa0000 {
119 label = "config";
120 reg = <0xfa0000 0x010000>;
121 read-only;
122
123 nvmem-layout {
124 compatible = "fixed-layout";
125 #address-cells = <1>;
126 #size-cells = <1>;
127
128 macaddr_config_8: macaddr@8 {
129 compatible = "mac-base";
130 reg = <0x8 0x6>;
131 #nvmem-cell-cells = <1>;
132 };
133 };
134 };
135
136 partition@fb0000 {
137 label = "tplink";
138 reg = <0xfb0000 0x040000>;
139 read-only;
140 };
141
142 radio: partition@ff0000 {
143 label = "radio";
144 reg = <0xff0000 0x010000>;
145 read-only;
146
147 nvmem-layout {
148 compatible = "fixed-layout";
149 #address-cells = <1>;
150 #size-cells = <1>;
151
152 eeprom_radio_0: eeprom@0 {
153 reg = <0x0 0x400>;
154 };
155
156 eeprom_radio_8000: eeprom@8000 {
157 reg = <0x8000 0x4da8>;
158 };
159 };
160 };
161 };
162 };
163 };
164
165 &pcie {
166 status = "okay";
167 };
168
169 &pcie0 {
170 mt76@0,0 {
171 compatible = "mediatek,mt76";
172 reg = <0x0000 0 0 0 0>;
173 nvmem-cells = <&eeprom_radio_0>, <&macaddr_config_8 0>;
174 nvmem-cell-names = "eeprom", "mac-address";
175 ieee80211-freq-limit = <2400000 2500000>;
176 };
177 };
178
179 &pcie1 {
180 mt76@0,0 {
181 compatible = "mediatek,mt76";
182 reg = <0x0000 0 0 0 0>;
183 nvmem-cells = <&eeprom_radio_8000>, <&macaddr_config_8 (-1)>;
184 nvmem-cell-names = "eeprom", "mac-address";
185 ieee80211-freq-limit = <5000000 6000000>;
186 };
187 };
188
189 &gmac0 {
190 nvmem-cells = <&macaddr_config_8 0>;
191 nvmem-cell-names = "mac-address";
192 };
193
194 &gmac1 {
195 status = "okay";
196 label = "wan";
197 phy-handle = <&ethphy0>;
198
199 nvmem-cells = <&macaddr_config_8 1>;
200 nvmem-cell-names = "mac-address";
201 };
202
203 &mdio {
204 ethphy0: ethernet-phy@0 {
205 reg = <0>;
206 };
207 };
208
209 &switch0 {
210 ports {
211 port@1 {
212 status = "okay";
213 label = "lan1";
214 };
215
216 port@2 {
217 status = "okay";
218 label = "lan2";
219 };
220
221 port@3 {
222 status = "okay";
223 label = "lan3";
224 };
225
226 port@4 {
227 status = "okay";
228 label = "lan4";
229 };
230 };
231 };
232
233 &state_default {
234 gpio {
235 groups = "i2c", "uart2", "uart3", "jtag", "wdt", "sdhci";
236 function = "gpio";
237 };
238 };
239
240 &xhci {
241 vbus-supply = <&reg_usb_vbus>;
242 };