20cbaea49ca81f12ea500558635e505de496357b
[openwrt/staging/wigyori.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 sysc@0 {
11 ralink,pinmux = "uartlite";
12 ralink,gpiomux = "i2c", "jtag";
13 ralink,uartmux = "gpio";
14 ralink,pcimux = "pci-fnc";
15 ralink,wdtmux = <0>;
16 };
17
18 gpio0: gpio@600 {
19 status = "okay";
20 };
21 };
22
23 ethernet@400000 {
24 status = "okay";
25 };
26
27 wmac@480000 {
28 status = "okay";
29 };
30
31 pci@10140000 {
32 status = "okay";
33
34 host-bridge {
35 pci-bridge@1 {
36 status = "okay";
37 };
38 };
39 };
40
41 nor-flash@1c000000 {
42 compatible = "cfi-flash";
43 reg = <0x1c000000 0x800000>;
44
45 bank-width = <2>;
46 #address-cells = <1>;
47 #size-cells = <1>;
48
49 partition@0 {
50 reg = <0x0 0x0030000>;
51 label = "u-boot";
52 read-only;
53 };
54
55 partition@30000 {
56 reg = <0x00030000 0x00010000>;
57 label = "u-boot-env";
58 read-only;
59 };
60
61 partition@40000 {
62 reg = <0x00040000 0x00010000>;
63 label = "factory";
64 read-only;
65 };
66
67 partition@50000 {
68 reg = <0x00050000 0x003b0000>;
69 label = "firmware";
70 };
71 };
72
73 gpio-keys-polled {
74 compatible = "gpio-keys-polled";
75 #address-cells = <1>;
76 #size-cells = <0>;
77 poll-interval = <100>;
78 wps {
79 label = "wps";
80 gpios = <&gpio0 0 0>;
81 linux,code = <0x211>;
82 };
83 };
84
85 gpio-leds {
86 compatible = "gpio-leds";
87
88 status {
89 label = "v11st-fe:green:status";
90 gpios = <&gpio0 12 1>;
91 };
92 };
93 };