aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/rk3066a-marsboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/rk3066a-marsboard.conf')
-rw-r--r--conf/machine/rk3066a-marsboard.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/rk3066a-marsboard.conf b/conf/machine/rk3066a-marsboard.conf
new file mode 100644
index 0000000..e16f98b
--- /dev/null
+++ b/conf/machine/rk3066a-marsboard.conf
@@ -0,0 +1,13 @@
+# Copyright (C) 2014 Romain Perier
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+#@TYPE: Machine
+#@NAME: MarsBoard RK3066 Board
+#@DESCRIPTION: Machine configuration for the MarsBoard, based on Rockchip RK3066 SoC
+#http://www.marsboard.com
+
+require conf/machine/include/rockchip.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+SERIAL_CONSOLES = "115200;ttyS2"
+KERNEL_DEVICETREE = "rk3066a-marsboard.dtb"