ramips: add support for I-O DATA WNPR2600G
[oweals/openwrt.git] / target / linux / ramips / dts / mt7628an_tplink_tl-mr3020-v3.dts
1 /dts-v1/;
2
3 #include "mt7628an.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "tplink,tl-mr3020-v3", "mediatek,mt7628an-soc";
10         model = "TP-Link TL-MR3020 v3";
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         chosen {
20                 bootargs = "console=ttyS0,115200";
21         };
22
23         keys {
24                 compatible = "gpio-keys-polled";
25                 poll-interval = <20>;
26
27                 wps {
28                         label = "wps";
29                         gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
30                         linux,code = <KEY_WPS_BUTTON>;
31                 };
32
33                 modec1 {
34                         label = "sw1";
35                         gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
36                         linux,code = <BTN_0>;
37                 };
38
39                 modec2 {
40                         label = "sw2";
41                         gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
42                         linux,code = <BTN_1>;
43                 };
44         };
45
46         leds {
47                 compatible = "gpio-leds";
48
49                 led_power: power {
50                         label = "tl-mr3020-v3:green:power";
51                         gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
52                         default-state = "on";
53                 };
54
55                 wan {
56                         label = "tl-mr3020-v3:green:3g";
57                         gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
58                         trigger-sources = <&ehci_port1>, <&ohci_port1>;
59                         linux,default-trigger = "usbport";
60                 };
61
62                 wlan {
63                         label = "tl-mr3020-v3:green:wlan";
64                         gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
65                 };
66
67                 wps {
68                         label = "tl-mr3020-v3:green:wps";
69                         gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
70                 };
71
72                 lan {
73                         label = "tl-mr3020-v3:green:lan";
74                         gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
75                 };
76         };
77 };
78
79 &spi0 {
80         status = "okay";
81
82         m25p80@0 {
83                 compatible = "jedec,spi-nor";
84                 reg = <0>;
85                 spi-max-frequency = <10000000>;
86
87                 partitions {
88                         compatible = "fixed-partitions";
89                         #address-cells = <1>;
90                         #size-cells = <1>;
91
92                         partition@0 {
93                                 label = "boot";
94                                 reg = <0x0 0x20000>;
95                                 read-only;
96                         };
97
98                         partition@20000 {
99                                 compatible = "tplink,firmware";
100                                 label = "firmware";
101                                 reg = <0x20000 0x7a0000>;
102                         };
103
104                         partition@7c0000 {
105                                 label = "config";
106                                 reg = <0x7c0000 0x10000>;
107                                 read-only;
108                         };
109
110                         factory: partition@7d0000 {
111                                 label = "factory";
112                                 reg = <0x7d0000 0x30000>;
113                                 read-only;
114                         };
115                 };
116         };
117 };
118
119 &ehci {
120         status = "okay";
121 };
122
123 &ohci {
124         status = "okay";
125 };
126
127 &pinctrl {
128         state_default: pinctrl0 {
129                 gpio {
130                         ralink,group = "i2s", "refclk", "wdt", "p2led_an", "p1led_an", "p0led_an", "wled_an";
131                         ralink,function = "gpio";
132                 };
133         };
134 };
135
136 &wmac {
137         status = "okay";
138         mtd-mac-address = <&factory 0xf100>;
139         mediatek,mtd-eeprom = <&factory 0x20000>;
140 };
141
142 &ethernet {
143         mtd-mac-address = <&factory 0xf100>;
144 };