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

/include/ "mt7621.dtsi"

/ {
	compatible = "ralink,mt7621-eval-board", "ralink,mt7621-soc";
	model = "Ralink MT7621 evaluation board";

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

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