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