aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/ralink/vocore2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/dts/ralink/vocore2.dts')
-rw-r--r--arch/mips/boot/dts/ralink/vocore2.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ralink/vocore2.dts b/arch/mips/boot/dts/ralink/vocore2.dts
new file mode 100644
index 000000000..fa8a5f8f2
--- /dev/null
+++ b/arch/mips/boot/dts/ralink/vocore2.dts
@@ -0,0 +1,18 @@
1/dts-v1/;
2
3#include "mt7628a.dtsi"
4
5/ {
6 compatible = "vocore,vocore2", "ralink,mt7628a-soc";
7 model = "VoCore2";
8
9 memory@0 {
10 device_type = "memory";
11 reg = <0x0 0x8000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS2,115200";
16 stdout-path = &uart2;
17 };
18};