xref: /openbmc/linux/arch/mips/boot/dts/ralink/mt7620a_eval.dts (revision 5c73cc4b6c83e88863a5de869cc5df3b913aef4a)
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