Merge pull request #580 from wigyori/cc-libpcap
[15.05/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
37                 bank-width = <2>;
38                 #address-cells = <1>;
39                 #size-cells = <1>;
40
41                 partition@0 {
42                         reg = <0x0 0x0030000>;
43                         label = "u-boot";
44                         read-only;
45                 };
46
47                 partition@30000 {
48                         reg = <0x00030000 0x00010000>;
49                         label = "u-boot-env";
50                         read-only;
51                 };
52
53                 factory: partition@40000 {
54                         reg = <0x00040000 0x00010000>;
55                         label = "factory";
56                         read-only;
57                 };
58
59                 partition@50000 {
60                         reg = <0x00050000 0x003b0000>;
61                         label = "firmware";
62                 };
63         };
64
65         gpio-keys-polled {
66                 compatible = "gpio-keys-polled";
67                 #address-cells = <1>;
68                 #size-cells = <0>;
69                 poll-interval = <100>;
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 };