ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / MT7621.dts
1 /dts-v1/;
2
3 #include "mt7621.dtsi"
4
5 / {
6 compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
7 model = "Mediatek MT7621 evaluation board";
8
9 memory@0 {
10 device_type = "memory";
11 reg = <0x0 0x2000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,57600";
16 };
17
18 sdhci@10130000 {
19 status = "okay";
20 };
21
22 xhci@1E1C0000 {
23 status = "okay";
24 };
25
26 pinctrl {
27 state_default: pinctrl0 {
28 gpio {
29 ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
30 ralink,function = "gpio";
31 };
32 };
33 };
34
35 nand@1e003000 {
36 partition@0 {
37 label = "uboot";
38 reg = <0x00000 0x80000>; /* 64 KB */
39 };
40
41 partition@80000 {
42 label = "uboot_env";
43 reg = <0x80000 0x80000>; /* 64 KB */
44 };
45
46 partition@100000 {
47 label = "factory";
48 reg = <0x100000 0x40000>;
49 };
50
51 partition@140000 {
52 label = "rootfs";
53 reg = <0x140000 0xec0000>;
54 };
55 };
56 };