Gábor Nyers | a4f1734 | 2015-02-26 12:08:15 +0100 | [diff] [blame] | 1 | # The Jesurun Q5 has a black plastic casing with the approximate dimensions of |
| 2 | # 100mm x 100mm x 24mm with rounded edges. In terms of hardware it features an |
| 3 | # Allwinner A10 SoC with 1GB RAM and 8GB of NAND flash. The storage capacity |
| 4 | # can be extended up to 32GB with a MicroSD card. The external connectors are: |
| 5 | # 2x USB-A female supporting USB2.0, 3.5mm female jack for audio, HDMI female, |
| 6 | # SPDIF, RJ45 LAN and Power. In addition the device has 1x red LED (hard wired |
| 7 | # to power) and an programmable green led. On the board there is also an |
| 8 | # unpopulated IR receiver and the UART. The device is equipped with an |
| 9 | # AXP209 PMU. |
| 10 | # |
| 11 | # For more details see: http://linux-sunxi.org/Jesurun_Q5 |
| 12 | CONFIG_SPL=y |
| 13 | CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,USB_EHCI,MACPWR=SUNXI_GPH(19)" |
| 14 | CONFIG_FDTFILE="sun4i-a10-jesurun-q5.dtb" |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 15 | CONFIG_ARM=y |
| 16 | CONFIG_ARCH_SUNXI=y |
| 17 | CONFIG_MACH_SUN4I=y |
| 18 | CONFIG_DRAM_CLK=312 |
| 19 | CONFIG_DRAM_ZQ=123 |
| 20 | CONFIG_DRAM_EMR1=0 |