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