[ramips] add the dts files that describe the boards in future
[openwrt.git] / target / linux / ramips / dts / FREESTATION5.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6         #address-cells = <1>;
7         #size-cells = <1>;
8         compatible = "FREESTATION5", "ralink,rt3052-soc";
9         model = "ARC FreeStation5";
10
11         memorydetect {
12                 ralink,memory = <0x0 0x200000 0x4000000>;
13         };
14
15         chosen {
16                 bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)";
17         };
18
19         cfi@1f000000 {
20                 compatible = "cfi-flash";
21                 reg = <0x1f000000 0x800000>;
22
23                 bank-width = <2>;
24                 device-width = <2>;
25                 #address-cells = <1>;
26                 #size-cells = <1>;
27         };
28
29         ethernet@10100000 {
30                 status = "okay";
31         };
32
33         esw@10110000 {
34                 status = "okay";
35                 ralink,portmap = <0x3e>;
36         };
37
38         wmac@10180000 {
39                 status = "okay";
40         };
41
42         otg@101c0000 {
43                 status = "okay";
44         };
45 };