xref: /freebsd/sys/contrib/device-tree/src/mips/ralink/rt3883_eval.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*c66ec88fSEmmanuel Vadot/dts-v1/;
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel Vadot/include/ "rt3883.dtsi"
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel Vadot/ {
7*c66ec88fSEmmanuel Vadot	compatible = "ralink,rt3883-eval-board", "ralink,rt3883-soc";
8*c66ec88fSEmmanuel Vadot	model = "Ralink RT3883 evaluation board";
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadot	memory@0 {
11*c66ec88fSEmmanuel Vadot		device_type = "memory";
12*c66ec88fSEmmanuel Vadot		reg = <0x0 0x2000000>;
13*c66ec88fSEmmanuel Vadot	};
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel Vadot	chosen {
16*c66ec88fSEmmanuel Vadot		bootargs = "console=ttyS0,57600";
17*c66ec88fSEmmanuel Vadot	};
18*c66ec88fSEmmanuel Vadot};
19