diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2016-12-16 22:35:02 +0800 |
---|---|---|
committer | Jagan Teki <jagan@openedev.com> | 2017-01-15 18:16:12 +0100 |
commit | 485329a578edc768cdaa4081f1b8aeb29c5f44af (patch) | |
tree | c65ff7b412f28ccc732ba5ce878c3e988c66bcfe /configs/orangepi_zero_defconfig | |
parent | 59603d026b9ad3f51a8d69c2a94d3a511639c525 (diff) | |
download | u-boot-485329a578edc768cdaa4081f1b8aeb29c5f44af.tar.gz |
sunxi: add orangepi zero defconfig
Orange Pi Zero is a board designed by Xunlong. It has an Allwinner H2+
SoC (similar to H3, which shares the same SoC ID), 256MB/512MB RAM,
Allwinner XR819 SDIO Wi-Fi, a MicroUSB port which is used to power the
board (also capable of OTG), a USB Type-A socket and a MicroSD slot.
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/orangepi_zero_defconfig')
-rw-r--r-- | configs/orangepi_zero_defconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig new file mode 100644 index 0000000000..8813927bc1 --- /dev/null +++ b/configs/orangepi_zero_defconfig @@ -0,0 +1,15 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN8I_H3=y +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881979 +CONFIG_DRAM_ODT_EN=y +CONFIG_DEFAULT_DEVICE_TREE="sun8i-h2-plus-orangepi-zero" +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_CONSOLE_MUX=y +CONFIG_SPL=y +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +CONFIG_SUN8I_EMAC=y +CONFIG_USB_EHCI_HCD=y |