Skip to content
Snippets Groups Projects
Commit 88b46d4b authored by Hans de Goede's avatar Hans de Goede
Browse files

sunxi: Add mk802 board / defconfig

The mk802 is the "classic" Allwinner A10 based hdmi tv-stick, it features
512M or 1G RAM, 4G nand, a mini-hdmi female connector, USB-A receptacle,
mini-usb receptacle (OTG) and USB-wifi. Somewhat unique the mk802 does not
use the AXP209 pmic, it does not have a pmic at all.

For more details see: http://linux-sunxi.org/Rikomagic_mk802



Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
parent 69152708
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ F: configs/Cubieboard_defconfig ...@@ -9,6 +9,7 @@ F: configs/Cubieboard_defconfig
F: configs/Mele_A1000_defconfig F: configs/Mele_A1000_defconfig
F: configs/Mele_M3_defconfig F: configs/Mele_M3_defconfig
F: configs/Mini-X_defconfig F: configs/Mini-X_defconfig
F: configs/mk802_defconfig
F: include/configs/sun5i.h F: include/configs/sun5i.h
F: configs/A10s-OLinuXino-M_defconfig F: configs/A10s-OLinuXino-M_defconfig
F: configs/A13-OLinuXino_defconfig F: configs/A13-OLinuXino_defconfig
......
CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI"
CONFIG_FDTFILE="sun4i-a10-mk802.dtb"
CONFIG_USB2_VBUS_PIN="PH12"
+S:CONFIG_ARM=y
+S:CONFIG_ARCH_SUNXI=y
+S:CONFIG_MACH_SUN4I=y
+S:CONFIG_DRAM_CLK=360
+S:CONFIG_DRAM_ZQ=123
+S:CONFIG_DRAM_EMR1=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment