345c028d02dbc22385502b7ce206ad837cfee620
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / MOFI3500-3GN.dts
1 /dts-v1/;
2
3 #include "rt3050.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "mofinetwork,mofi3500-3gn", "ralink,rt3052-soc";
10 model = "MoFi Network MOFI3500-3GN";
11
12 aliases {
13 led-status = &led_status;
14 };
15
16 cfi@1f000000 {
17 compatible = "cfi-flash";
18 reg = <0x1f000000 0x800000>;
19 bank-width = <2>;
20 device-width = <2>;
21
22 partitions {
23 compatible = "fixed-partitions";
24 #address-cells = <1>;
25 #size-cells = <1>;
26
27 partition@0 {
28 label = "u-boot";
29 reg = <0x0 0x30000>;
30 read-only;
31 };
32
33 partition@30000 {
34 label = "u-boot-env";
35 reg = <0x30000 0x10000>;
36 read-only;
37 };
38
39 factory: partition@40000 {
40 label = "factory";
41 reg = <0x40000 0x10000>;
42 read-only;
43 };
44
45 partition@50000 {
46 label = "firmware";
47 reg = <0x50000 0x7b0000>;
48 };
49 };
50 };
51
52 gpio-leds {
53 compatible = "gpio-leds";
54
55 usb {
56 label = "mofi3500-3gn:green:usb";
57 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
58 };
59
60 3g {
61 label = "mofi3500-3gn:green:3g";
62 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
63 };
64
65 led_status: status {
66 label = "mofi3500-3gn:green:status";
67 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
68 };
69
70 wps {
71 label = "mofi3500-3gn:green:wps";
72 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
73 };
74 };
75
76 gpio-keys-polled {
77 compatible = "gpio-keys-polled";
78 poll-interval = <20>;
79
80 reset {
81 label = "reset";
82 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
83 linux,code = <KEY_RESTART>;
84 };
85
86 connect {
87 label = "connect";
88 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
89 linux,code = <KEY_CONNECT>;
90 };
91
92 wps {
93 label = "wps";
94 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
95 linux,code = <KEY_WPS_BUTTON>;
96 };
97 };
98 };
99
100 &pinctrl {
101 state_default: pinctrl0 {
102 gpio {
103 ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
104 ralink,function = "gpio";
105 };
106 };
107 };
108
109 &esw {
110 mediatek,portmap = <0x2f>;
111 };
112
113 &wmac {
114 status = "okay";
115 ralink,mtd-eeprom = <&factory 0>;
116 };
117
118 &otg {
119 status = "okay";
120 };