2013-12-13 10:53:34 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2015-12-11 15:02:13 +00:00
|
|
|
#include "mt7621.dtsi"
|
2013-12-13 10:53:34 +00:00
|
|
|
|
|
|
|
/ {
|
2014-11-12 14:55:00 +00:00
|
|
|
compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
|
|
|
|
model = "Mediatek MT7621 evaluation board";
|
2013-12-13 10:53:34 +00:00
|
|
|
|
|
|
|
memory@0 {
|
2015-02-09 12:13:55 +00:00
|
|
|
device_type = "memory";
|
2013-12-13 10:53:34 +00:00
|
|
|
reg = <0x0 0x2000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,57600";
|
|
|
|
};
|
2014-11-15 14:35:32 +00:00
|
|
|
|
|
|
|
sdhci@10130000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2015-01-03 18:30:57 +00:00
|
|
|
|
|
|
|
xhci@1E1C0000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2015-03-26 12:23:02 +00:00
|
|
|
|
|
|
|
pinctrl {
|
|
|
|
state_default: pinctrl0 {
|
|
|
|
gpio {
|
|
|
|
ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
|
|
|
|
ralink,function = "gpio";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2015-12-12 06:42:11 +00:00
|
|
|
|
|
|
|
nand@1e003000 {
|
|
|
|
partition@0 {
|
|
|
|
label = "uboot";
|
|
|
|
reg = <0x00000 0x80000>; /* 64 KB */
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@80000 {
|
|
|
|
label = "uboot_env";
|
|
|
|
reg = <0x80000 0x80000>; /* 64 KB */
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@100000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x100000 0x40000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@140000 {
|
|
|
|
label = "rootfs";
|
|
|
|
reg = <0x140000 0xec0000>;
|
|
|
|
};
|
|
|
|
};
|
2013-12-13 10:53:34 +00:00
|
|
|
};
|