summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/MT7621.dts
blob: 7c7f159f01e3d5bf881704106c95d3c1b63f690f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/dts-v1/;

/include/ "mt7621.dtsi"

/ {
	compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
	model = "Mediatek MT7621 evaluation board";

	memory@0 {
		reg = <0x0 0x2000000>;
	};

	chosen {
		bootargs = "console=ttyS0,57600";
	};
};