86abc9ca6688b57bfb878fae90de2fd26f10a351
[openwrt.git] / target / linux / ramips / dts / RT-G32-B1.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6         compatible = "RT-G32-B1", "ralink,rt3050-soc";
7         model = "Asus RT-G32 B1";
8
9         palmbus@10000000 {
10                 spi@b00 {
11                         status = "okay";
12                         m25p80@0 {
13                                 #address-cells = <1>;
14                                 #size-cells = <1>;
15                                 compatible = "mx25l3205d";
16                                 reg = <0 0>;
17                                 linux,modalias = "m25p80", "mx25l3205d";
18                                 spi-max-frequency = <10000000>;
19
20                                 partition@0 {
21                                         label = "u-boot";
22                                         reg = <0x0 0x30000>;
23                                         read-only;
24                                 };
25
26                                 partition@30000 {
27                                         label = "devdata";
28                                         reg = <0x30000 0x10000>;
29                                         read-only;
30                                 };
31
32                                 partition@40000 {
33                                         label = "devconf";
34                                         reg = <0x40000 0x10000>;
35                                         read-only;
36                                 };
37
38                                 partition@50000 {
39                                         label = "firmware";
40                                         reg = <0x50000 0x3b0000>;
41                                 };
42                         };
43                 };
44         };
45
46         pinctrl {
47                 state_default: pinctrl0 {
48                         gpio {
49                                 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
50                                 ralink,function = "gpio";
51                         };
52                 };
53         };
54
55         esw@10110000 {
56                 ralink,portmap = <0x2f>;
57         };
58
59         gpio-keys-polled {
60                 compatible = "gpio-keys-polled";
61                 #address-cells = <1>;
62                 #size-cells = <0>;
63                 poll-interval = <20>;
64                 reset {
65                         label = "reset";
66                         gpios = <&gpio0 10 1>;
67                         linux,code = <0x198>;
68                 };
69                 wps {
70                         label = "wps";
71                         gpios = <&gpio0 0 1>;
72                         linux,code = <0x211>;
73                 };
74         };
75 };