summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/MT7621.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-12-13 10:53:34 +0000
committerJohn Crispin <john@openwrt.org>2013-12-13 10:53:34 +0000
commitb4b0a55aabd2839c5c995bb226f528efca73eea5 (patch)
tree5590872e7727102a707ee126637130489a674f12 /target/linux/ramips/dts/MT7621.dts
parent594442a37e40f7839b144036e1e2ade8a1d58f86 (diff)
downloadmaster-31e0f0ae-b4b0a55aabd2839c5c995bb226f528efca73eea5.tar.gz
master-31e0f0ae-b4b0a55aabd2839c5c995bb226f528efca73eea5.tar.bz2
master-31e0f0ae-b4b0a55aabd2839c5c995bb226f528efca73eea5.zip
ralink: add mt7621 support
there are still various missing pieces for full support. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39040
Diffstat (limited to 'target/linux/ramips/dts/MT7621.dts')
-rw-r--r--target/linux/ramips/dts/MT7621.dts16
1 files changed, 16 insertions, 0 deletions
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";
+ };
+};