summaryrefslogtreecommitdiffstats
path: root/dts/src/mips/mt7620a_eval.dts
blob: 35eb874ab7f11b25248e40714c2e477ec0f1d4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/dts-v1/;

/include/ "mt7620a.dtsi"

/ {
	compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc";
	model = "Ralink MT7620A evaluation board";

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

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