ramips: convert MT7613 and MT7615 EEPROM to NVMEM format for MT7621
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7621_edimax_re23s.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 #include <dt-bindings/mtd/partitions/uimage.h>
8
9 / {
10 compatible = "edimax,re23s", "mediatek,mt7621-soc";
11 model = "Edimax RE23S";
12
13 aliases {
14 led-boot = &led_power;
15 led-failsafe = &led_wifi_red;
16 led-running = &led_power;
17 led-upgrade = &led_power;
18 label-mac-device = &gmac0;
19 };
20
21 leds {
22 compatible = "gpio-leds";
23
24 led_power: power {
25 label = "green:power";
26 gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
27 };
28
29 wifi_green {
30 label = "green:wifi";
31 gpios = <&gpio 12 GPIO_ACTIVE_HIGH>;
32 };
33
34 wifi_amber {
35 label = "amber:wifi";
36 gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
37 };
38
39 led_wifi_red: wifi_red {
40 label = "red:wifi";
41 gpios = <&gpio 6 GPIO_ACTIVE_HIGH>;
42 };
43 };
44
45 keys {
46 compatible = "gpio-keys";
47
48 reset {
49 label = "reset";
50 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
51 linux,code = <KEY_RESTART>;
52 };
53
54 wps {
55 label = "wps";
56 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
57 linux,code = <KEY_WPS_BUTTON>;
58 };
59 };
60 };
61
62 &spi0 {
63 status = "okay";
64
65 flash@0 {
66 compatible = "jedec,spi-nor";
67 reg = <0>;
68 spi-max-frequency = <50000000>;
69 m25p,fast-read;
70
71 partitions {
72 compatible = "fixed-partitions";
73 #address-cells = <1>;
74 #size-cells = <1>;
75
76 partition@0 {
77 label = "bootloader";
78 reg = <0x0 0x30000>;
79 read-only;
80 };
81
82 partition@30000 {
83 label = "config";
84 reg = <0x30000 0x10000>;
85 read-only;
86 };
87
88 factory: partition@40000 {
89 compatible = "nvmem-cells";
90 label = "factory";
91 reg = <0x40000 0x10000>;
92 #address-cells = <1>;
93 #size-cells = <1>;
94 read-only;
95
96 eeprom_factory_0: eeprom@0 {
97 reg = <0x0 0x4da8>;
98 };
99
100 eeprom_factory_8000: eeprom@8000 {
101 reg = <0x8000 0x4da8>;
102 };
103
104 macaddr_factory_8004: macaddr@8004 {
105 reg = <0x8004 0x6>;
106 };
107 };
108
109 partition@50000 {
110 label = "cimage";
111 reg = <0x50000 0x20000>;
112 read-only;
113 };
114
115 partition@70000 {
116 compatible = "openwrt,uimage", "denx,uimage";
117 openwrt,offset = <FW_EDIMAX_OFFSET>;
118 openwrt,partition-magic = <FW_MAGIC_EDIMAX>;
119 label = "firmware";
120 reg = <0x70000 0xf50000>;
121 };
122
123 partition@fc0000 {
124 label = "freespace";
125 reg = <0xfc0000 0x40000>;
126 read-only;
127 };
128 };
129 };
130 };
131
132 &pcie {
133 status = "okay";
134 };
135
136 &pcie0 {
137 wifi@0,0 {
138 compatible = "mediatek,mt76";
139 reg = <0x0000 0 0 0 0>;
140 nvmem-cells = <&eeprom_factory_0>;
141 nvmem-cell-names = "eeprom";
142 ieee80211-freq-limit = <2400000 2500000>;
143 };
144 };
145
146 &pcie1 {
147 wifi@0,0 {
148 compatible = "mediatek,mt76";
149 reg = <0x0000 0 0 0 0>;
150 nvmem-cells = <&eeprom_factory_8000>;
151 nvmem-cell-names = "eeprom";
152 ieee80211-freq-limit = <5000000 6000000>;
153 };
154 };
155
156 &gmac0 {
157 nvmem-cells = <&macaddr_factory_8004>;
158 nvmem-cell-names = "mac-address";
159 };
160
161 &switch0 {
162 ports {
163 port@4 {
164 status = "okay";
165 label = "lan";
166 };
167 };
168 };
169
170 &state_default {
171 gpio {
172 groups = "uart3", "uart2", "jtag", "wdt";
173 function = "gpio";
174 };
175 };
176
177 &xhci {
178 status = "disabled";
179 };