lantiq: add 3.18 support
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / WHR-600D.dts
1 /dts-v1/;
2
3 /include/ "mt7620a.dtsi"
4
5 / {
6 compatible = "ralink,mt7620a-soc";
7 model = "Buffalo WHR-600D";
8
9 palmbus@10000000 {
10 gpio2: gpio@660 {
11 status = "okay";
12 };
13
14 spi@b00 {
15 status = "okay";
16
17 m25p80@0 {
18 #address-cells = <1>;
19 #size-cells = <1>;
20 compatible = "en25q64";
21 reg = <0 0>;
22 linux,modalias = "m25p80", "mx25l6405d";
23 spi-max-frequency = <10000000>;
24
25 partition@0 {
26 label = "u-boot";
27 reg = <0x0 0x30000>;
28 read-only;
29 };
30
31 partition@30000 {
32 label = "u-boot-env";
33 reg = <0x30000 0x10000>;
34 read-only;
35 };
36
37 factory: partition@40000 {
38 label = "factory";
39 reg = <0x40000 0x10000>;
40 read-only;
41 };
42
43 partition@50000 {
44 label = "firmware";
45 reg = <0x50000 0x5b0000>;
46 };
47
48 partition@600000 {
49 label = "usercfg";
50 reg = <0x600000 0x100000>;
51 };
52 };
53 };
54 };
55
56 pinctrl {
57 state_default: pinctrl0 {
58 gpio {
59 ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd";
60 ralink,function = "gpio";
61 };
62 };
63 };
64
65 ethernet@10100000 {
66 pinctrl-names = "default";
67 pinctrl-0 = <&ephy_pins>;
68
69 mtd-mac-address = <&factory 0x4>;
70 ralink,port-map = "llllw";
71 };
72
73 gsw@10110000 {
74 ralink,port4 = "ephy";
75 };
76
77 wmac@10180000 {
78 ralink,mtd-eeprom = <&factory 0>;
79 };
80
81 pcie@10140000 {
82 status = "okay";
83 };
84
85 gpio-leds {
86 compatible = "gpio-leds";
87 power {
88 label = "buffalo:red:power";
89 gpios = <&gpio0 7 1>;
90 };
91 status {
92 label = "buffalo:green:status";
93 gpios = <&gpio0 8 1>;
94 };
95 power2 {
96 label = "buffalo:green:power";
97 gpios = <&gpio0 9 1>;
98 };
99 status2 {
100 label = "buffalo:orange:status";
101 gpios = <&gpio0 10 1>;
102 };
103 internet {
104 label = "buffalo:green:internet";
105 gpios = <&gpio2 17 1>;
106 };
107 router {
108 label = "buffalo:green:router";
109 gpios = <&gpio2 18 1>;
110 };
111 router2 {
112 label = "buffalo:orange:router";
113 gpios = <&gpio2 19 1>;
114 };
115 };
116
117 gpio-keys-polled {
118 compatible = "gpio-keys-polled";
119 #address-cells = <1>;
120 #size-cells = <0>;
121 poll-interval = <20>;
122 s1 {
123 label = "reset";
124 gpios = <&gpio2 12 1>;
125 linux,code = <0x100>;
126 };
127 s2 {
128 label = "aoss";
129 gpios = <&gpio2 13 1>;
130 linux,code = <0x101>;
131 };
132 s3 {
133 label = "ap";
134 gpios = <&gpio2 14 1>;
135 linux,code = <0x102>;
136 };
137 s4 {
138 label = "bridge";
139 gpios = <&gpio2 15 1>;
140 linux,code = <0x103>;
141 };
142 };
143 };