diff options
author | Marcus Cooper <codekipper@gmail.com> | 2015-08-26 20:38:33 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-31 08:43:42 +0200 |
commit | 50222f3bab2213fa440712d2f46ae7f9314f3b7a (patch) | |
tree | ee1b18ec775abd7876a851eed692f015dcaafbef /configs/A20-Olimex-SOM-EVB_defconfig | |
parent | 4ddcf1df175165cb59b2cb2a38f50a9537477f52 (diff) | |
download | u-boot-imx-50222f3bab2213fa440712d2f46ae7f9314f3b7a.zip u-boot-imx-50222f3bab2213fa440712d2f46ae7f9314f3b7a.tar.gz u-boot-imx-50222f3bab2213fa440712d2f46ae7f9314f3b7a.tar.bz2 |
sunxi: Add support for the Olimex A20 EVB
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/A20-Olimex-SOM-EVB_defconfig')
-rw-r--r-- | configs/A20-Olimex-SOM-EVB_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/A20-Olimex-SOM-EVB_defconfig b/configs/A20-Olimex-SOM-EVB_defconfig new file mode 100644 index 0000000..e8c3d18 --- /dev/null +++ b/configs/A20-Olimex-SOM-EVB_defconfig @@ -0,0 +1,16 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN7I=y +CONFIG_DRAM_CLK=480 +CONFIG_MMC0_CD_PIN="PH1" +CONFIG_USB0_VBUS_PIN="PB9" +CONFIG_USB0_VBUS_DET="PH5" +CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olimex-som-evb" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPC(3)" +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +CONFIG_ETH_DESIGNWARE=y +CONFIG_USB_EHCI_HCD=y |