treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/wigyori.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_arcadyan_vgv7510kw22.dtsi
1 #include "vr9.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/mips/lantiq_rcu_gphy.h>
5
6 / {
7 compatible = "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
8
9 chosen {
10 bootargs = "console=ttyLTQ0,115200 mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp";
11 };
12
13 aliases {
14 led-boot = &power_green;
15 led-failsafe = &power_red;
16 led-running = &power_green;
17 led-upgrade = &power_green;
18
19 led-dsl = &dsl;
20 led-internet = &internet_green;
21 led-wifi = &wifi;
22 };
23
24 memory@0 {
25 device_type = "memory";
26 reg = <0x0 0x4000000>;
27 };
28
29 keys {
30 compatible = "gpio-keys-polled";
31 poll-interval = <100>;
32
33 reset {
34 label = "reset";
35 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
36 linux,code = <KEY_RESTART>;
37 };
38
39 wps {
40 label = "wps";
41 gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
42 linux,code = <KEY_WPS_BUTTON>;
43 };
44 };
45
46 leds {
47 compatible = "gpio-leds";
48
49 dsl: dsl {
50 label = "green:dsl";
51 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
52 };
53
54 internet_red {
55 label = "red:internet";
56 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
57 };
58
59 info_red {
60 label = "red:info";
61 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
62 };
63
64 power_green: power {
65 label = "green:power";
66 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
67 default-state = "keep";
68 };
69
70 info_green {
71 label = "green:info";
72 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
73 };
74
75 internet_green: internet_green {
76 label = "green:internet";
77 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
78 };
79
80 wifi: wifi {
81 label = "green:wlan";
82 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
83 };
84
85 power_red: power2 {
86 label = "red:power";
87 gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
88 };
89
90 phone {
91 label = "green:telefon";
92 gpios = <&gpio 29 GPIO_ACTIVE_LOW>;
93 };
94 };
95
96 usb_vbus: regulator-usb-vbus {
97 compatible = "regulator-fixed";
98
99 regulator-name = "USB_VBUS";
100
101 regulator-min-microvolt = <5000000>;
102 regulator-max-microvolt = <5000000>;
103
104 gpio = <&gpio 47 GPIO_ACTIVE_HIGH>;
105 enable-active-high;
106 };
107 };
108
109 &eth0 {
110 mtd-mac-address = <&boardconfig 0x16>;
111 };
112
113 &gphy0 {
114 lantiq,gphy-mode = <GPHY_MODE_FE>;
115 };
116
117 &gphy1 {
118 lantiq,gphy-mode = <GPHY_MODE_FE>;
119 };
120
121 &gpio {
122 pinctrl-names = "default";
123 pinctrl-0 = <&state_default>, <&gphy0_led1_pins>;
124
125 state_default: pinmux {
126 pci-rst {
127 lantiq,pins = "io21";
128 lantiq,open-drain = <0>;
129 lantiq,pull = <0>;
130 lantiq,output = <1>;
131 };
132 };
133 };
134
135 &gswip {
136 pinctrl-0 = <&mdio_pins>,
137 <&gphy0_led0_pins>,
138 <&gphy1_led0_pins>, <&gphy1_led1_pins>;
139 pinctrl-names = "default";
140 };
141
142 &gswip_mdio {
143 phy1: ethernet-phy@1 {
144 reg = <0x1>;
145 };
146 phy11: ethernet-phy@11 {
147 reg = <0x11>;
148 };
149 phy12: ethernet-phy@12 {
150 reg = <0x12>;
151 };
152 phy13: ethernet-phy@13 {
153 reg = <0x13>;
154 };
155 phy14: ethernet-phy@14 {
156 reg = <0x14>;
157 };
158 };
159
160 &gswip_ports {
161 port@0 {
162 reg = <0>;
163 label = "wan";
164 phy-mode = "mii";
165 phy-handle = <&phy1>;
166 };
167 port@2 {
168 reg = <2>;
169 label = "lan2";
170 phy-mode = "internal";
171 phy-handle = <&phy11>;
172 };
173 port@3 {
174 reg = <3>;
175 label = "lan1";
176 phy-mode = "internal";
177 phy-handle = <&phy12>;
178 };
179 port@4 {
180 reg = <4>;
181 label = "lan4";
182 phy-mode = "internal";
183 phy-handle = <&phy13>;
184 };
185 port@5 {
186 reg = <5>;
187 label = "lan3";
188 phy-mode = "internal";
189 phy-handle = <&phy14>;
190 };
191 };
192
193 &localbus {
194 flash@0 {
195 compatible = "lantiq,nor";
196 bank-width = <2>;
197 reg = <0 0x0 0x1000000>;
198
199 partitions {
200 compatible = "fixed-partitions";
201 #address-cells = <1>;
202 #size-cells = <1>;
203
204 boardconfig: partition@fe0000 {
205 label = "board_config";
206 reg = <0xfe0000 0x20000>;
207 read-only;
208 };
209 };
210 };
211 };
212
213 &pci0 {
214 status = "okay";
215 gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
216
217 wifi@1814,3592 {
218 compatible = "pci1814,3592";
219 reg = <0x7000 0 0 0 0>;
220 ralink,mtd-eeprom = <&boardconfig 0x410>;
221 ralink,mtd-eeprom-swap;
222 mtd-mac-address = <&boardconfig 0x16>;
223 mac-address-increment = <1>;
224 };
225 };
226
227 &pcie0 {
228 status = "disabled";
229 };
230
231 &usb_phy0 {
232 status = "okay";
233 };
234
235 &usb0 {
236 status = "okay";
237 vbus-supply = <&usb_vbus>;
238 };
239
240 &vmmc {
241 status = "okay";
242 gpios = <&gpio 30 GPIO_ACTIVE_HIGH //fxs relay
243 &gpio 31 GPIO_ACTIVE_HIGH //still unknown
244 &gpio 3 GPIO_ACTIVE_HIGH>; //reset_slic?
245 };