You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sunxi: Add Linksprite_pcDuino3_Nano board / defconfig
This is a low-cost Allwinner A20 board with Arduino-style GPIO headers;
it features 1G RAM, 4G NAND flash, 1 micro-SD, 2 USB sockets, 1 micro
USB socket for OTG and another for power in, HDMI, SATA, 5V power for
SATA devices, gigabit Ethernet, an IR receiver, 3.5mm audio out and a
MIPI camera connector.
Like the BananaPi, this board needs GMAC_TX_DELAY set to 3 in order for
GMAC to work reliably at gigabit speeds.
For more details, see: http://linux-sunxi.org/LinkSprite_pcDuino3_Nano
Signed-off-by: Adam Sampson <ats@offog.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
10 years ago
|
|
|
CONFIG_SPL=y
|
|
|
|
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(2),USB_EHCI"
|
|
|
|
CONFIG_FDTFILE="sun7i-a20-pcduino3-nano.dtb"
|
|
|
|
CONFIG_GMAC_TX_DELAY=3
|
|
|
|
CONFIG_USB1_VBUS_PIN="PH11"
|
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_SUNXI=y
|
|
|
|
CONFIG_MACH_SUN7I=y
|
|
|
|
CONFIG_DRAM_CLK=408
|
|
|
|
CONFIG_DRAM_ZQ=122
|
|
|
|
CONFIG_DRAM_EMR1=4
|