e4cc4ed9d1536a92ecda4ff7e96e5bf6f77839c9
[openwrt/staging/yousong.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 reg = <0x0 0x2000000>;
11 };
12
13 chosen {
14 bootargs = "console=ttyS0,57600 init=/init";
15 };
16
17 palmbus@10000000 {
18 spi@b00 {
19 status = "okay";
20
21 m25p80@0 {
22 #address-cells = <1>;
23 #size-cells = <1>;
24 compatible = "en25q64";
25 reg = <0 0>;
26 linux,modalias = "m25p80", "en25q64";
27 spi-max-frequency = <10000000>;
28 m25p,chunked-io = <32>;
29
30 partition@0 {
31 label = "u-boot";
32 reg = <0x0 0x30000>;
33 read-only;
34 };
35
36 partition@30000 {
37 label = "u-boot-env";
38 reg = <0x30000 0x10000>;
39 read-only;
40 };
41
42 factory: partition@40000 {
43 label = "factory";
44 reg = <0x40000 0x10000>;
45 read-only;
46 };
47
48 partition@50000 {
49 label = "firmware";
50 reg = <0x50000 0x7b0000>;
51 };
52 };
53 };
54 };
55
56 sdhci@10130000 {
57 status = "okay";
58 };
59
60 pcie@10140000 {
61 status = "okay";
62 };
63 };