rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / ramips / dts / WT1520.dtsi
1 #include "rt5350.dtsi"
2
3 / {
4         compatible = "NEXXWT1520", "ralink,rt5350-soc";
5         model = "Nexx WT1520";
6
7         memory@0 {
8                 device_type = "memory";
9                 reg = <0x0 0x2000000>;
10         };
11
12         chosen {
13                 bootargs = "console=ttyS1,57600";
14         };
15
16         palmbus@10000000 {
17                 uart@500 {
18                         pinctrl-names = "default";
19                         pinctrl-0 = <&uartf_pins>;
20                         status = "okay";
21                 };
22         };
23
24         pinctrl {
25                 state_default: pinctrl0 {
26                         gpio {
27                                 ralink,group = "jtag";
28                                 ralink,function = "gpio";
29                         };
30                 };
31         };
32
33         ethernet@10100000 {
34                 mtd-mac-address = <&factory 0x4>;
35         };
36
37         wmac@10180000 {
38                 ralink,mtd-eeprom = <&factory 0>;
39         };
40
41         ehci@101c0000 {
42                 status = "okay";
43         };
44
45         ohci@101c1000 {
46                 status = "okay";
47         };
48 };