xref: /linux/arch/mips/boot/dts/ralink/mt7620a_eval.dts (revision 005438a8eef063495ac059d128eea71b58de50e5)
1/dts-v1/;
2
3/include/ "mt7620a.dtsi"
4
5/ {
6	compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc";
7	model = "Ralink MT7620A 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