c5b6ecc233e1e4d284885af485dd9f15d05464a2
[openwrt/staging/nbd.git] / target / linux / ramips / dts / mt7621_linksys_re7000.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 = "linksys,re7000", "mediatek,mt7621-soc";
10 model = "Linksys RE7000";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 };
18
19 leds {
20 compatible = "gpio-leds";
21
22 wifi {
23 label = "orange:wifi";
24 gpios = <&gpio 9 GPIO_ACTIVE_HIGH>;
25 linux,default-trigger = "phy0tpt";
26 };
27
28 wps {
29 label = "orange:wps";
30 gpios = <&gpio 24 GPIO_ACTIVE_HIGH>;
31 };
32
33 led_power: power {
34 label = "green:power";
35 gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
36 };
37 };
38
39 keys {
40 compatible = "gpio-keys";
41
42 wps {
43 label = "wps";
44 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
45 linux,code = <KEY_WPS_BUTTON>;
46 };
47
48 reset {
49 label = "reset";
50 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
51 linux,code = <KEY_RESTART>;
52 };
53 };
54 };
55
56 &spi0 {
57 status = "okay";
58
59 flash@0 {
60 compatible = "jedec,spi-nor";
61 reg = <0>;
62 spi-max-frequency = <10000000>;
63
64 partitions {
65 compatible = "fixed-partitions";
66 #address-cells = <1>;
67 #size-cells = <1>;
68
69 partition@0 {
70 label = "u-boot";
71 reg = <0x0 0x30000>;
72 read-only;
73 };
74
75 partition@30000 {
76 label = "u-boot-env";
77 reg = <0x30000 0x1000>;
78 };
79
80 partition@32000 {
81 label = "config";
82 reg = <0x32000 0xe000>;
83 read-only;
84 };
85
86 factory: partition@40000 {
87 compatible = "nvmem-cells";
88 label = "factory";
89 reg = <0x40000 0x10000>;
90 #address-cells = <1>;
91 #size-cells = <1>;
92 read-only;
93
94 eeprom_factory_0: eeprom@0 {
95 reg = <0x0 0x400>;
96 };
97
98 eeprom_factory_8000: eeprom@8000 {
99 reg = <0x8000 0x4da8>;
100 };
101
102 macaddr_factory_2e: macaddr@2e {
103 reg = <0x2e 0x6>;
104 };
105 };
106
107 partition@50000 {
108 compatible = "denx,uimage";
109 label = "firmware";
110 reg = <0x50000 0xfb0000>;
111 };
112 };
113 };
114 };
115
116 &state_default {
117 gpio {
118 groups = "i2c", "uart2", "rgmii2";
119 function = "gpio";
120 };
121 };
122
123 &pcie {
124 status = "okay";
125 };
126
127 &pcie0 {
128 mt76@0,0 {
129 reg = <0x0000 0 0 0 0>;
130 nvmem-cells = <&eeprom_factory_0>;
131 nvmem-cell-names = "eeprom";
132 ieee80211-freq-limit = <2400000 2500000>;
133 };
134 };
135
136 &pcie1 {
137 mt76@0,0 {
138 reg = <0x0000 0 0 0 0>;
139 nvmem-cells = <&eeprom_factory_8000>;
140 nvmem-cell-names = "eeprom";
141 ieee80211-freq-limit = <5000000 6000000>;
142 };
143 };
144
145 &gmac0 {
146 nvmem-cells = <&macaddr_factory_2e>;
147 nvmem-cell-names = "mac-address";
148 };
149
150 &ethernet {
151 pinctrl-0 = <&mdio_pins>, <&rgmii1_pins>;
152 };
153
154 &switch0 {
155 ports {
156 port@0 {
157 status = "okay";
158 label = "lan";
159 };
160 };
161 };