blob: 0ac73ea281984909df89403d17fb82fd4e9f3ae4 [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 {
10 reg = <0x0 0x2000000>;
11 };
12
John Crispinda5b4cf2013-03-21 17:47:07 +010013 chosen {
14 bootargs = "console=ttyS0,57600";
John Crispin5644da42013-01-22 20:19:33 +010015 };
16
17 cfi@1f000000 {
18 compatible = "cfi-flash";
19 reg = <0x1f000000 0x800000>;
20
21 bank-width = <2>;
22 device-width = <2>;
23 #address-cells = <1>;
24 #size-cells = <1>;
25
26 partition@0 {
27 label = "uboot";
28 reg = <0x0 0x30000>;
29 read-only;
30 };
31 partition@30000 {
32 label = "uboot-env";
33 reg = <0x30000 0x10000>;
34 read-only;
35 };
36 partition@40000 {
37 label = "calibration";
38 reg = <0x40000 0x10000>;
39 read-only;
40 };
41 partition@50000 {
42 label = "linux";
43 reg = <0x50000 0x7b0000>;
44 };
45 };
Matthijs Kooijman2792d422013-05-09 06:32:09 +000046
47 usb@101c0000 {
48 status = "ok";
49 };
John Crispin5644da42013-01-22 20:19:33 +010050};