1a4f1734eSGábor Nyers# The Jesurun Q5 has a black plastic casing with the approximate dimensions of
2a4f1734eSGábor Nyers# 100mm x 100mm x 24mm with rounded edges. In terms of hardware it features an
3a4f1734eSGábor Nyers# Allwinner A10 SoC with 1GB RAM and 8GB of NAND flash. The storage capacity
4a4f1734eSGábor Nyers# can be extended up to 32GB with a MicroSD card. The external connectors are:
5a4f1734eSGábor Nyers# 2x USB-A female supporting USB2.0, 3.5mm female jack for audio, HDMI female,
6a4f1734eSGábor Nyers# SPDIF, RJ45 LAN and Power. In addition the device has 1x red LED (hard wired
7a4f1734eSGábor Nyers# to power) and an programmable green led. On the board there is also an
8a4f1734eSGábor Nyers# unpopulated IR receiver and the UART. The device is equipped with an
9a4f1734eSGábor Nyers# AXP209 PMU.
10a4f1734eSGábor Nyers#
11a4f1734eSGábor Nyers# For more details see: http://linux-sunxi.org/Jesurun_Q5
12a4f1734eSGábor NyersCONFIG_SPL=y
13a4f1734eSGábor NyersCONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,USB_EHCI,MACPWR=SUNXI_GPH(19)"
14a4f1734eSGábor NyersCONFIG_FDTFILE="sun4i-a10-jesurun-q5.dtb"
15*252ed872SMasahiro YamadaCONFIG_ARM=y
16*252ed872SMasahiro YamadaCONFIG_ARCH_SUNXI=y
17*252ed872SMasahiro YamadaCONFIG_MACH_SUN4I=y
18*252ed872SMasahiro YamadaCONFIG_DRAM_CLK=312
19*252ed872SMasahiro YamadaCONFIG_DRAM_ZQ=123
20*252ed872SMasahiro YamadaCONFIG_DRAM_EMR1=0
21