move memory detect node to dtsi files
[openwrt/openwrt.git] / target / linux / ramips / dts / FREESTATION5.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6 compatible = "FREESTATION5", "ralink,rt3052-soc";
7 model = "ARC FreeStation5";
8
9 chosen {
10 bootargs = "console=ttyS0,115200";
11 };
12
13 cfi@1f000000 {
14 compatible = "cfi-flash";
15 reg = <0x1f000000 0x800000>;
16
17 bank-width = <2>;
18 device-width = <2>;
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 partition@0 {
23 label = "u-boot";
24 reg = <0x0 0x30000>;
25 read-only;
26 };
27
28 partition@30000 {
29 label = "u-boot-env";
30 reg = <0x30000 0x10000>;
31 read-only;
32 };
33
34 factory: partition@40000 {
35 label = "factory";
36 reg = <0x40000 0x10000>;
37 read-only;
38 };
39
40 partition@50000 {
41 label = "firmware";
42 reg = <0x50000 0x7b0000>;
43 };
44 };
45
46 ethernet@10100000 {
47 status = "okay";
48 };
49
50 esw@10110000 {
51 status = "okay";
52 ralink,portmap = <0x3e>;
53 };
54
55 wmac@10180000 {
56 status = "okay";
57 };
58
59 otg@101c0000 {
60 status = "okay";
61 };
62 };