ramips: add support for I-O DATA WNPR2600G
[oweals/openwrt.git] / target / linux / ramips / dts / rt2880_ralink_v11st-fe.dts
1 /dts-v1/;
2
3 #include "rt2880.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "ralink,v11st-fe", "ralink,rt2880-soc";
10         model = "Ralink V11ST-FE";
11
12         aliases {
13                 led-boot = &led_status;
14                 led-failsafe = &led_status;
15                 led-running = &led_status;
16                 led-upgrade = &led_status;
17         };
18
19         nor-flash@1c000000 {
20                 compatible = "cfi-flash";
21                 reg = <0x1c000000 0x800000>;
22                 bank-width = <2>;
23
24                 partitions {
25                         compatible = "fixed-partitions";
26                         #address-cells = <1>;
27                         #size-cells = <1>;
28
29                         partition@0 {
30                                 reg = <0x0 0x0030000>;
31                                 label = "u-boot";
32                                 read-only;
33                         };
34
35                         partition@30000 {
36                                 reg = <0x00030000 0x00010000>;
37                                 label = "u-boot-env";
38                                 read-only;
39                         };
40
41                         factory: partition@40000 {
42                                 reg = <0x00040000 0x00010000>;
43                                 label = "factory";
44                                 read-only;
45                         };
46
47                         partition@50000 {
48                                 compatible = "denx,uimage";
49                                 reg = <0x00050000 0x003b0000>;
50                                 label = "firmware";
51                         };
52                 };
53         };
54
55         keys {
56                 compatible = "gpio-keys-polled";
57                 poll-interval = <100>;
58
59                 wps {
60                         label = "wps";
61                         gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
62                         linux,code = <KEY_WPS_BUTTON>;
63                 };
64         };
65
66         leds {
67                 compatible = "gpio-leds";
68
69                 led_status: status {
70                         label = "v11st-fe:green:status";
71                         gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
72                 };
73         };
74 };
75
76 &gpio0 {
77         status = "okay";
78 };
79
80 &ethernet {
81         status = "okay";
82 };
83
84 &pci {
85         status = "okay";
86 };
87
88 &wmac {
89         ralink,mtd-eeprom = <&factory 0>;
90 };