[ramips] remove bootargs from dts
[openwrt.git] / target / linux / ramips / dts / 3G-6200NL.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6         compatible = "3G-6200N", "ralink,rt3050-soc";
7         model = "Edimax 3g-6200n";
8
9         memorydetect {
10                 ralink,memory = <0x0 0x200000 0x4000000>;
11         };
12
13         palmbus@10000000 {
14                 sysc@0 {
15                         ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
16                         ralink,uartmux = "gpio";
17                         ralink,wdtmux = <1>;
18                 };
19
20                 gpio0: gpio@600 {
21                         status = "okay";
22                 };
23
24         };
25
26         cfi@1f000000 {
27                 compatible = "cfi-flash";
28                 reg = <0x1f000000 0x800000>;
29
30                 bank-width = <2>;
31                 device-width = <2>;
32                 #address-cells = <1>;
33                 #size-cells = <1>;
34
35                 partition@0 {
36                         label = "u-boot";
37                         reg = <0x0 0x30000>;
38                         read-only;
39                 };
40
41                 partition@30000 {
42                         label = "u-boot-env";
43                         reg = <0x30000 0x10000>;
44                         read-only;
45                 };
46
47                 factory: partition@40000 {
48                         label = "factory";
49                         reg = <0x40000 0x10000>;
50                         read-only;
51                 };
52
53                 partition@3e0000 {
54                         label = "cimage";
55                         reg = <0x3e0000 0x20000>;
56                         read-only;
57                 };
58
59                 partition@50000 {
60                         label = "firmware";
61                         reg = <0x50000 0x390000>;
62                 };
63         };
64
65         ethernet@10100000 {
66                 status = "okay";
67         };
68
69         esw@10110000 {
70                 status = "okay";
71                 ralink,portmap = <0x2f>;
72         };
73
74         gpio-leds {
75                 compatible = "gpio-leds";
76                 wlan {
77                         label = "edimax:amber:wlan";
78                         gpios = <&gpio0 14 1>;
79                 };
80         };
81
82         gpio-keys-polled {
83                 compatible = "gpio-keys-polled";
84                 #address-cells = <1>;
85                 #size-cells = <0>;
86                 poll-interval = <20>;
87                 wps {
88                         label = "wps";
89                         gpios = <&gpio0 12 1>;
90                         linux,code = <0x211>;
91                 };
92         };
93
94         wmac@10180000 {
95                 status = "okay";
96         };
97
98         otg@101c0000 {
99                 status = "okay";
100         };
101 };