rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / ramips / dts / V11STFE.dts
1 /dts-v1/;
2
3 #include "rt2880.dtsi"
4
5 / {
6         compatible = "V11ST-FE", "ralink,rt2880-soc";
7         model = "Ralink V11ST-FE";
8
9         palmbus@300000 {
10                 gpio0: gpio@600 {
11                         status = "okay";
12                 };
13         };
14
15         ethernet@400000 {
16                 status = "okay";
17         };
18
19         wmac@480000 {
20                 ralink,mtd-eeprom = <&factory 0>;
21         };
22
23         pci@10140000 {
24                 status = "okay";
25
26                 host-bridge {
27                         pci-bridge@1 {
28                                 status = "okay";
29                         };
30                 };
31         };
32
33         nor-flash@1c000000 {
34                 compatible = "cfi-flash";
35                 reg = <0x1c000000 0x800000>;
36                 bank-width = <2>;
37                 #address-cells = <1>;
38                 #size-cells = <1>;
39
40                 partition@0 {
41                         reg = <0x0 0x0030000>;
42                         label = "u-boot";
43                         read-only;
44                 };
45
46                 partition@30000 {
47                         reg = <0x00030000 0x00010000>;
48                         label = "u-boot-env";
49                         read-only;
50                 };
51
52                 factory: partition@40000 {
53                         reg = <0x00040000 0x00010000>;
54                         label = "factory";
55                         read-only;
56                 };
57
58                 partition@50000 {
59                         reg = <0x00050000 0x003b0000>;
60                         label = "firmware";
61                 };
62         };
63
64         gpio-keys-polled {
65                 compatible = "gpio-keys-polled";
66                 #address-cells = <1>;
67                 #size-cells = <0>;
68                 poll-interval = <100>;
69
70                 wps {
71                         label = "wps";
72                         gpios = <&gpio0 0 0>;
73                         linux,code = <0x211>;
74                 };
75         };
76
77         gpio-leds {
78                 compatible = "gpio-leds";
79
80                 status {
81                         label = "v11st-fe:green:status";
82                         gpios = <&gpio0 12 1>;
83                 };
84         };
85 };