e963f2a59e783b3562d1e26f03da0fed2e15aeff
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / W150M.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 = "tenda,w150m", "ralink,rt3050-soc";
10 model = "Tenda W150M";
11
12 aliases {
13 led-status = &led_ap;
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 0x3c8000>;
48 };
49 };
50 };
51
52 gpio-leds {
53 compatible = "gpio-leds";
54
55 3grouter {
56 label = "w150m:blue:3grouter";
57 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
58 };
59
60 led_ap: ap {
61 label = "w150m:blue:ap";
62 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
63 };
64
65 wisprouter {
66 label = "w150m:blue:wisprouter";
67 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
68 };
69
70 wirelessrouter {
71 label = "w150m:blue:wirelessrouter";
72 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
73 };
74
75 3g {
76 label = "w150m:blue:3g";
77 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
78 };
79
80 wpsreset {
81 label = "w150m:blue:wpsreset";
82 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
83 };
84 };
85
86 gpio-keys-polled {
87 compatible = "gpio-keys-polled";
88 poll-interval = <20>;
89
90 reset {
91 label = "reset";
92 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
93 linux,code = <KEY_RESTART>;
94 };
95
96 mode {
97 label = "mode";
98 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
99 linux,code = <BTN_0>;
100 };
101 };
102 };
103
104 &pinctrl {
105 state_default: pinctrl0 {
106 gpio {
107 ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
108 ralink,function = "gpio";
109 };
110 };
111 };
112
113 &ethernet {
114 mtd-mac-address = <&factory 0x4>;
115 };
116
117 &esw {
118 mediatek,portmap = <0x2f>;
119 };
120
121 &wmac {
122 ralink,mtd-eeprom = <&factory 0>;
123 };