Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / mips / boot / dts / ralink / rt2880_eval.dts
1 /dts-v1/;
2
3 /include/ "rt2880.dtsi"
4
5 / {
6         compatible = "ralink,rt2880-eval-board", "ralink,rt2880-soc";
7         model = "Ralink RT2880 evaluation board";
8
9         memory@0 {
10                 device_type = "memory";
11                 reg = <0x8000000 0x2000000>;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,57600";
16         };
17
18         cfi@1f000000 {
19                 compatible = "cfi-flash";
20                 reg = <0x1f000000 0x400000>;
21
22                 bank-width = <2>;
23                 device-width = <2>;
24                 #address-cells = <1>;
25                 #size-cells = <1>;
26
27                 partition@0 {
28                         label = "uboot";
29                         reg = <0x0 0x30000>;
30                         read-only;
31                 };
32                 partition@30000 {
33                         label = "uboot-env";
34                         reg = <0x30000 0x10000>;
35                         read-only;
36                 };
37                 partition@40000 {
38                         label = "calibration";
39                         reg = <0x40000 0x10000>;
40                         read-only;
41                 };
42                 partition@50000 {
43                         label = "linux";
44                         reg = <0x50000 0x3b0000>;
45                 };
46         };
47 };