diff options
author | John Crispin <blogic@openwrt.org> | 2013-12-13 10:53:34 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-12-13 10:53:34 +0000 |
commit | 490134a16728228ee67880f01402d0f92a823872 (patch) | |
tree | 39b2da9ffed609ea19d00804cab95a4cbbf80080 /target/linux/ramips/dts/MT7621.dts | |
parent | d6864eb56d397a59b4172e2f78cae2a243ece1c0 (diff) | |
download | upstream-490134a16728228ee67880f01402d0f92a823872.tar.gz upstream-490134a16728228ee67880f01402d0f92a823872.tar.bz2 upstream-490134a16728228ee67880f01402d0f92a823872.zip |
ralink: add mt7621 support
there are still various missing pieces for full support.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/MT7621.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7621.dts | 16 |
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"; + }; +}; |