From b4b0a55aabd2839c5c995bb226f528efca73eea5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 13 Dec 2013 10:53:34 +0000 Subject: ralink: add mt7621 support there are still various missing pieces for full support. Signed-off-by: John Crispin SVN-Revision: 39040 --- target/linux/ramips/dts/MT7621.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/ramips/dts/MT7621.dts (limited to 'target/linux/ramips/dts/MT7621.dts') diff --git a/target/linux/ramips/dts/MT7621.dts b/target/linux/ramips/dts/MT7621.dts new file mode 100644 index 0000000000..834f59c401 --- /dev/null +++ b/target/linux/ramips/dts/MT7621.dts @@ -0,0 +1,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"; + }; +}; -- cgit v1.2.3