diff options
Diffstat (limited to 'arch/mips/boot/dts/rt3883_eval.dts')
-rw-r--r-- | arch/mips/boot/dts/rt3883_eval.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/rt3883_eval.dts b/arch/mips/boot/dts/rt3883_eval.dts new file mode 100644 index 0000000..e8df21a --- /dev/null +++ b/arch/mips/boot/dts/rt3883_eval.dts @@ -0,0 +1,17 @@ +/dts-v1/; + +/include/ "rt3883.dtsi" + +/ { + compatible = "ralink,rt3883-eval-board", "ralink,rt3883-soc"; + model = "Ralink RT3883 evaluation board"; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x2000000>; + }; + + chosen { + bootargs = "console=ttyS0,57600"; + }; +}; |