ramips: select kmod-rt2800-soc by default (if available)
[openwrt.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 0x6b0000>;
46                                 };
47
48                                 partition@700000 {
49                                         label = "usercfg";
50                                         reg = <0x700000 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                 ralink,port-map = "llllw";
70         };
71
72         gsw@10110000 {
73                 ralink,port4 = "ephy";
74         };
75
76         gpio-leds {
77                 compatible = "gpio-leds";
78                 power {
79                         label = "buffalo:red:power";
80                         gpios = <&gpio0 7 1>;
81                 };
82                 status {
83                         label = "buffalo:green:status";
84                         gpios = <&gpio0 8 1>;
85                 };
86                 power2 {
87                         label = "buffalo:green:power";
88                         gpios = <&gpio0 9 1>;
89                 };
90                 status2 {
91                         label = "buffalo:orange:status";
92                         gpios = <&gpio0 10 1>;
93                 };
94                 internet {
95                         label = "buffalo:green:internet";
96                         gpios = <&gpio2 17 1>;
97                 };
98                 router {
99                         label = "buffalo:green:router";
100                         gpios = <&gpio2 18 1>;
101                 };
102                 router2 {
103                         label = "buffalo:orange:router";
104                         gpios = <&gpio2 19 1>;
105                 };
106         };
107
108         gpio-keys-polled {
109                 compatible = "gpio-keys-polled";
110                 #address-cells = <1>;
111                 #size-cells = <0>;
112                 poll-interval = <20>;
113                 s1 {
114                         label = "reset";
115                         gpios = <&gpio2 12 1>;
116                         linux,code = <0x100>;
117                 };
118                 s2 {
119                         label = "aoss";
120                         gpios = <&gpio2 13 1>;
121                         linux,code = <0x101>;
122                 };
123                 s3 {
124                         label = "ap";
125                         gpios = <&gpio2 14 1>;
126                         linux,code = <0x102>;
127                 };
128                 s4 {
129                         label = "bridge";
130                         gpios = <&gpio2 15 1>;
131                         linux,code = <0x103>;
132                 };
133         };
134 };