[ramips] remove bootargs from dts
[openwrt.git] / target / linux / ramips / dts / BR-6425.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6         compatible = "BR-6425", "ralink,rt3052-soc";
7         model = "Edimax BR-6425";
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
36         ethernet@10100000 {
37                 status = "okay";
38         };
39
40         esw@10110000 {
41                 status = "okay";
42                 ralink,portmap = <0x2f>;
43         };
44
45         gpio-leds {
46                 compatible = "gpio-leds";
47                 power {
48                         label = "edimax:green:power";
49                         gpios = <&gpio0 9 1>;
50                 };
51                 wlan {
52                         label = "edimax:orange:wlan";
53                         gpios = <&gpio0 14 1>;
54                 };
55         };
56
57         gpio-keys-polled {
58                 compatible = "gpio-keys-polled";
59                 #address-cells = <1>;
60                 #size-cells = <0>;
61                 poll-interval = <20>;
62                 reset_wps {
63                         label = "reset_wps";
64                         gpios = <&gpio0 12 1>;
65                         linux,code = <0x198>;
66                 };
67                 rfkill {
68                         label = "RFKILL switch";
69                         gpios = <&gpio0 13 1>;
70                         linux,code = <0xf7>;
71                 };
72         };
73
74         wmac@10180000 {
75                 status = "okay";
76         };
77 };