54ead081ddbe4afed770dff26e24c70598fea181
[openwrt/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 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 pci@10140000 {
28 status = "okay";
29
30 host-bridge {
31 pci-bridge@1 {
32 status = "okay";
33 };
34 };
35 };
36
37 nor-flash@1c000000 {
38 compatible = "cfi-flash";
39 reg = <0x1c000000 0x800000>;
40
41 bank-width = <2>;
42 #address-cells = <1>;
43 #size-cells = <1>;
44
45 partition@0 {
46 reg = <0x0 0x0030000>;
47 label = "u-boot";
48 read-only;
49 };
50
51 partition@30000 {
52 reg = <0x00030000 0x00010000>;
53 label = "u-boot-env";
54 read-only;
55 };
56
57 partition@40000 {
58 reg = <0x00040000 0x00010000>;
59 label = "factory";
60 read-only;
61 };
62
63 partition@50000 {
64 reg = <0x00050000 0x003b0000>;
65 label = "firmware";
66 };
67 };
68
69 gpio-keys-polled {
70 compatible = "gpio-keys-polled";
71 #address-cells = <1>;
72 #size-cells = <0>;
73 poll-interval = <100>;
74 wps {
75 label = "wps";
76 gpios = <&gpio0 0 0>;
77 linux,code = <0x211>;
78 };
79 };
80
81 gpio-leds {
82 compatible = "gpio-leds";
83
84 status {
85 label = "v11st-fe:green:status";
86 gpios = <&gpio0 12 1>;
87 };
88 };
89 };