blob: 0a685db093d4dbd367228a1cb9e4d42bdf43e0e7 [file] [log] [blame]
John Crispind99e19c2013-04-12 06:27:37 +00001/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 {
Leif Lindholmdfc44f82014-04-17 18:42:00 +010010 device_type = "memory";
John Crispind99e19c2013-04-12 06:27:37 +000011 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};