ralink: add 3.18 support
[openwrt.git] / target / linux / ramips / dts / MT7628.dts
1 /dts-v1/;
2
3 /include/ "mt7628an.dtsi"
4
5 / {
6         compatible = "mediatek,mt7628an-eval-board", "mediatek,mt7628an-soc";
7         model = "Mediatek MT7628AN evaluation board";
8
9         memory@0 {
10                 device_type = "memory";
11                 reg = <0x0 0x2000000>;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,57600 init=/init";
16         };
17
18         palmbus@10000000 {
19                 spi@b00 {
20                         status = "okay";
21
22                         m25p80@0 {
23                                 #address-cells = <1>;
24                                 #size-cells = <1>;
25                                 compatible = "en25q64";
26                                 reg = <0 0>;
27                                 linux,modalias = "m25p80", "en25q64";
28                                 spi-max-frequency = <10000000>;
29                                 m25p,chunked-io = <32>;
30
31                                 partition@0 {
32                                         label = "u-boot";
33                                         reg = <0x0 0x30000>;
34                                         read-only;
35                                 };
36
37                                 partition@30000 {
38                                         label = "u-boot-env";
39                                         reg = <0x30000 0x10000>;
40                                         read-only;
41                                 };
42
43                                 factory: partition@40000 {
44                                         label = "factory";
45                                         reg = <0x40000 0x10000>;
46                                         read-only;
47                                 };
48
49                                 partition@50000 {
50                                         label = "firmware";
51                                         reg = <0x50000 0x7b0000>;
52                                 };
53                         };
54                 };
55         };
56
57         sdhci@10130000 {
58                 status = "okay";
59         };
60
61         pcie@10140000 {
62                 status = "okay";
63         };
64 };