[ramips] remove bootargs from dts
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / UR-336UN.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6 compatible = "UR-336UN", "ralink,rt3052-soc";
7 model = "UR-336UN Wireless N router";
8
9 memorydetect {
10 ralink,memory = <0x0 0x200000 0x4000000>;
11 };
12
13 palmbus@10000000 {
14 sysc@0 {
15 ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii";
16 ralink,gpiomux = "mdio";
17 ralink,uartmux = "gpio";
18 ralink,wdtmux = <1>;
19 };
20
21 gpio0: gpio@600 {
22 status = "okay";
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 3g {
48 label = "ur336:green:3g";
49 gpios = <&gpio0 9 1>;
50 };
51 gateway {
52 label = "ur336:green:gateway";
53 gpios = <&gpio0 11 1>;
54 };
55 ap {
56 label = "ur336:green:ap";
57 gpios = <&gpio0 12 1>;
58 };
59 wps {
60 label = "ur336:green:wps";
61 gpios = <&gpio0 14 1>;
62 };
63 station {
64 label = "ur336:green:station";
65 gpios = <&gpio0 13 1>;
66 };
67 };
68
69 gpio-keys-polled {
70 compatible = "gpio-keys-polled";
71 #address-cells = <1>;
72 #size-cells = <0>;
73 poll-interval = <20>;
74 reset_wps {
75 label = "reset_wps";
76 gpios = <&gpio0 10 1>;
77 linux,code = <0x198>;
78 };
79 mode {
80 label = "mode";
81 gpios = <&gpio0 7 1>;
82 linux,code = <0x32>;
83 };
84 };
85
86 wmac@10180000 {
87 status = "okay";
88 };
89
90 otg@101c0000 {
91 status = "okay";
92 };
93 };