Commit d3aa051e7a29352aacb35d5392f3420d107e0f5a

Authored by Han Pengfei
Committed by Hans de Goede
1 parent f33cdaa4c3

sun6i: Add support for the Mixtile LOFT-Q board

The Mixtile LOFT-Q is an A31 based board with 2G RAM, 8G EMMC, sdio wifi,
1Gbit ethernet, HDMI display, toslink audio plug, 4 USB2.0 port, external
USB2SATA connector, sd card plug, 3x60 external fpic expansion connector,
NXP JN5168 zigbee gw, remote support.

Also see http://focalcrest.com/en/pc.html#pro02

Signed-off-by: Han Pengfei <pengphei@sina.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Showing 2 changed files with 26 additions and 0 deletions Side-by-side Diff

board/sunxi/MAINTAINERS
... ... @@ -120,6 +120,11 @@
120 120 S: Maintained
121 121 F: configs/Mele_M5_defconfig
122 122  
  123 +MIXTILE-LOFTQ BOARD
  124 +M: Phil Han <pengphei@sina.com>
  125 +S: Maintained
  126 +F: configs/mixtile_loftq_defconfig
  127 +
123 128 MK808C BOARD
124 129 M: Marcus Cooper <codekipper@gmail.com>
125 130 S: Maintained
configs/mixtile_loftq_defconfig
  1 +# The Mixtile LOFT-Q is an A31 based board with 2G RAM, 8G EMMC, sdio wifi,
  2 +# 1Gbit ethernet, HDMI display, toslink audio plug, 4 USB2.0 port, external
  3 +# USB2SATA connector, sd card plug, 3x60 external fpic expansion connector,
  4 +# NXP JN5168 zigbee gw, remote support.
  5 +#
  6 +# Also see http://focalcrest.com/en/pc.html#pro02
  7 +CONFIG_SPL=y
  8 +CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPA(21)"
  9 +CONFIG_ARM=y
  10 +CONFIG_ARCH_SUNXI=y
  11 +CONFIG_MACH_SUN6I=y
  12 +CONFIG_DRAM_CLK=312
  13 +CONFIG_DRAM_ZQ=251
  14 +CONFIG_MMC_SUNXI_SLOT=0
  15 +CONFIG_MMC_SUNXI_SLOT_EXTRA=2
  16 +# Wifi power
  17 +CONFIG_AXP221_ALDO1_VOLT=3300
  18 +# Vbus gpio for usb1
  19 +CONFIG_USB1_VBUS_PIN="PH24"
  20 +# No Vbus gpio for usb2
  21 +CONFIG_USB2_VBUS_PIN=""