blob: ec9e9a03554140a4c11947b2ff0a7548cb4fb7fb [file] [log] [blame]
John Crispin5644da42013-01-22 20:19:33 +01001/dts-v1/;
2
Linus Torvaldsdaf799c2013-05-10 07:48:05 -07003#include "rt3050.dtsi"
John Crispin5644da42013-01-22 20:19:33 +01004
5/ {
John Crispin5644da42013-01-22 20:19:33 +01006 compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc";
7 model = "Ralink RT3052 evaluation board";
8
9 memory@0 {
Leif Lindholm1d530fa2014-05-26 14:42:49 +010010 device_type = "memory";
John Crispin5644da42013-01-22 20:19:33 +010011 reg = <0x0 0x2000000>;
12 };
13
John Crispinda5b4cf2013-03-21 17:47:07 +010014 chosen {
15 bootargs = "console=ttyS0,57600";
John Crispin5644da42013-01-22 20:19:33 +010016 };
17
18 cfi@1f000000 {
19 compatible = "cfi-flash";
20 reg = <0x1f000000 0x800000>;
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 0x7b0000>;
45 };
46 };
Matthijs Kooijman2792d422013-05-09 06:32:09 +000047
48 usb@101c0000 {
49 status = "ok";
50 };
John Crispin5644da42013-01-22 20:19:33 +010051};