ramips: dts: use generic node name for flash
[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";
25
26                 wps {
27                         label = "wps";
28                         gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
29                         linux,code = <KEY_WPS_BUTTON>;
30                 };
31
32                 modec1 {
33                         label = "sw1";
34                         gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
35                         linux,code = <BTN_0>;
36                 };
37
38                 modec2 {
39                         label = "sw2";
40                         gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
41                         linux,code = <BTN_1>;
42                 };
43         };
44
45         leds {
46                 compatible = "gpio-leds";
47
48                 led_power: power {
49                         label = "tl-mr3020-v3:green:power";
50                         gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
51                         default-state = "on";
52                 };
53
54                 wan {
55                         label = "tl-mr3020-v3:green:3g";
56                         gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
57                         trigger-sources = <&ehci_port1>, <&ohci_port1>;
58                         linux,default-trigger = "usbport";
59                 };
60
61                 wlan {
62                         label = "tl-mr3020-v3:green:wlan";
63                         gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
64                         linux,default-trigger = "phy0tpt";
65                 };
66
67                 wps {
68                         label = "tl-mr3020-v3:green:wps";
69                         gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
70                 };
71
72                 lan {
73                         label = "tl-mr3020-v3:green:lan";
74                         gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
75                 };
76         };
77 };
78
79 &spi0 {
80         status = "okay";
81
82         flash@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 &state_default {
128         gpio {
129                 groups = "i2s", "refclk", "wdt", "p2led_an", "p1led_an", "p0led_an", "wled_an";
130                 function = "gpio";
131         };
132 };
133
134 &wmac {
135         status = "okay";
136         mtd-mac-address = <&factory 0xf100>;
137         mediatek,mtd-eeprom = <&factory 0x20000>;
138 };
139
140 &ethernet {
141         mtd-mac-address = <&factory 0xf100>;
142 };